We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687893b commit 5fce261Copy full SHA for 5fce261
spec/Middlewares.spec.js
@@ -174,7 +174,7 @@ describe('middlewares', () => {
174
await new Promise(resolve => middlewares.handleParseHeaders(fakeReq, fakeRes, resolve));
175
expect(fakeReq.auth.isMaintenance).toBe(false);
176
expect(logger.error).toHaveBeenCalledWith(
177
- `Request using maintenance key rejected as the request IP address 'ip3' is not set in Parse Server option 'maintenanceKeyIps'.`
+ `Request using maintenance key rejected as the request IP address '10.0.0.2' is not set in Parse Server option 'maintenanceKeyIps'.`
178
);
179
});
180
0 commit comments