Skip to content

Commit b2fc21c

Browse files
committed
leftover
1 parent 9cbfe94 commit b2fc21c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/app/api/auth/token-refresh/route.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ vi.mock("@/lib/auth/auth", () => ({
1515
},
1616
}));
1717

18-
// BASE_URL defaults to "http://localhost:3000" in test (no BETTER_AUTH_URL set)
19-
2018
const INTERNAL_URL = "http://0.0.0.0:3000/api/auth/token-refresh";
2119

2220
function makeRequest(path = INTERNAL_URL) {

0 commit comments

Comments
 (0)