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 275a2b5 commit b33897bCopy full SHA for b33897b
tests/sessions/test_auth_mode.py
@@ -342,6 +342,8 @@ async def test_should_reject_requests_with_sIdRefreshToken(app: TestClient):
342
assert response.status_code == 401
343
assert response.json() == {"message": "try refresh token"}
344
345
+ print(info)
346
+
347
assert (
348
"sIdRefreshToken" not in info
349
) # Doesn't clear sIdRefreshToken from cookies in get_session (called by verify_session)
0 commit comments