There was an error while loading. Please reload this page.
1 parent da5762b commit 5604b89Copy full SHA for 5604b89
1 file changed
e2e/api.spec.ts
@@ -26,6 +26,7 @@ async function buildSessionCookie(): Promise<string> {
26
accessToken: "mock-access-token",
27
},
28
maxAge: 60 * 60,
29
+ salt: "next-auth.session-token",
30
});
31
}
32
@@ -158,4 +159,4 @@ test("[API E2E] /api/metrics/contributions with days param returns valid JSON wh
158
159
expect(status).not.toBe(401);
160
expect(status).not.toBe(403);
161
expect(typeof body).toBe("object");
-});
162
+});
0 commit comments