Skip to content

Commit

Permalink
Merge pull request #326 from AikidoSec/patch-ip-check
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
hansott authored Aug 9, 2024
2 parents 02ce67f + c95ff46 commit 9d98c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/sources/http-server/ipAllowedToAccessRoute.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ t.test("it checks every matching endpoint", async () => {

t.same(
ipAllowedToAccessRoute({ ...context, remoteAddress: "3.4.5.6" }, agent),
true
false
);
});

Expand Down

0 comments on commit 9d98c58

Please sign in to comment.