Skip to content

Commit deaab68

Browse files
committed
Pass t in function
1 parent f2e045c commit deaab68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/sources/http-server/ipAllowedToAccessRoute.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ t.test(
348348

349349
t.test(
350350
"allows all IPs for /api/routes/authorize but restricts /api/routes/* to 1.1.1.1",
351-
async () => {
351+
async (t) => {
352352
const agent = createTestAgent({
353353
token: new Token("123"),
354354
api: new ReportingAPIForTesting({

0 commit comments

Comments
 (0)