Skip to content

Commit cd16f1f

Browse files
committed
Include credentials in API requests to enable cookie-based authentication
1 parent 5549d13 commit cd16f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/tests/utils/privateApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ export const createUser = async ({
1818
is_verified: true,
1919
full_name: "Test User",
2020
},
21+
credentials: "include",
2122
})
2223
}

0 commit comments

Comments
 (0)