We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbfe94 commit b2fc21cCopy full SHA for b2fc21c
1 file changed
src/app/api/auth/token-refresh/route.test.ts
@@ -15,8 +15,6 @@ vi.mock("@/lib/auth/auth", () => ({
15
},
16
}));
17
18
-// BASE_URL defaults to "http://localhost:3000" in test (no BETTER_AUTH_URL set)
19
-
20
const INTERNAL_URL = "http://0.0.0.0:3000/api/auth/token-refresh";
21
22
function makeRequest(path = INTERNAL_URL) {
0 commit comments