Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilde345 committed Nov 20, 2024
1 parent baca784 commit 4230fd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/authNZ.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ describe("authNZMiddleware", function () {
accountClient: awilix.asFunction(mockAccountClient).scoped(),
});
fetch = container.resolve("fetch");
logger = container.resolve("logger");
});

it("should pass through if authRequired is false", async function () {
Expand Down

0 comments on commit 4230fd3

Please sign in to comment.