Skip to content

Commit b33897b

Browse files
committed
test: Print to debug the failing unit test
1 parent 275a2b5 commit b33897b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sessions/test_auth_mode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ async def test_should_reject_requests_with_sIdRefreshToken(app: TestClient):
342342
assert response.status_code == 401
343343
assert response.json() == {"message": "try refresh token"}
344344

345+
print(info)
346+
345347
assert (
346348
"sIdRefreshToken" not in info
347349
) # Doesn't clear sIdRefreshToken from cookies in get_session (called by verify_session)

0 commit comments

Comments
 (0)