Skip to content

Commit

Permalink
fixup post reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Oct 15, 2024
1 parent 6603444 commit 83b4af4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/api/BackbeatAPI.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,6 @@ describe('BackbeatAPI', () => {
assert(setupMongoClientStub.calledOnce);
assert(setProducerStub.calledThrice);
assert(setupLocationStatusManagerStub.notCalled);
assert(debugSpy.calledWith('MongoDB configuration not found, skipping MongoDB client setup', {
method: 'BackbeatAPI._setupMongoClient',
}));
done();
});
});
Expand Down

0 comments on commit 83b4af4

Please sign in to comment.