We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f6465 commit a862e7cCopy full SHA for a862e7c
backend/src/test/api/endpoints/test_authentication.py
@@ -18,7 +18,7 @@ def test_authentication_required():
18
({"POST"}, "/authentication/register"),
19
({"GET"}, "/authentication/oidc/login"),
20
({"GET"}, "/authentication/oidc/callback"),
21
- ({"GET"}, "/authentication/sync-session"),
+ ({"POST"}, "/authentication/sync-session"),
22
# This route requires authentication, but does so
23
# in a manner we couldn't easily verify in the test.
24
({"GET"}, "/user/me"),
0 commit comments