Skip to content

fix(auth): refine cookie options for improved security and compatibility #304

fix(auth): refine cookie options for improved security and compatibility

fix(auth): refine cookie options for improved security and compatibility #304

Triggered via push February 7, 2026 23:11
Status Failure
Total duration 44s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test
Process completed with exit code 1.
error: expect(received).toHaveBeenCalledWith(...expected): apps/backend/src/auth/auth.service.spec.ts#L253
Expected: [ "token", "access-token", { domain: ".test.com", maxAge: 3600000, } ] Received: 1: [ "token", "access-token", { maxAge: 3600000, domain: ".test.com", sameSite: "none", path: "/", } ] 2: [ "refresh_token", "refresh-token", { maxAge: 3600000, domain: ".test.com", sameSite: "none", path: "/", } ] Number of calls: 2 at <anonymous> (/home/runner/work/NoteBlockWorld/NoteBlockWorld/apps/backend/src/auth/auth.service.spec.ts:253:26)