Skip to content

Commit

Permalink
post reviews fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Mar 5, 2025
1 parent 0deb34b commit d3ea290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/auth/auth.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Logger = require('werelogs').Logger;
const DummyRequestLogger = require('../helpers').DummyRequestLogger;
const fakeTimers = require('@sinonjs/fake-timers');
const { server: authServer, setHandler, doAuth } = require('../../../lib/auth/auth');
const AuthInfo = require('../../../lib/auth/AuthInfo').default;
Expand Down Expand Up @@ -33,7 +33,7 @@ describe('auth.doAuth', () => {

beforeEach(() => {
sandbox = sinon.createSandbox();
log = new Logger('test:auth');
log = new DummyRequestLogger();
cb = sandbox.spy();
mockClient = {
verifySignatureV4: sandbox.stub(),
Expand Down

0 comments on commit d3ea290

Please sign in to comment.