Skip to content

Commit becf01c

Browse files
committed
Update Middlewares.spec.js
1 parent ec01674 commit becf01c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/Middlewares.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ describe('middlewares', () => {
216216
});
217217

218218
it('should not succeed if the ip does not belong to masterKeyIps list (ipv6)', async () => {
219-
const logger = require('../lib/logger').logger;
220-
spyOn(logger, 'error').and.callFake(() => {});
221219
AppCache.put(fakeReq.body._ApplicationId, {
222220
masterKey: 'masterKey',
223221
masterKeyIps: ['::1'],

0 commit comments

Comments
 (0)