Fix integration tests via mockup

This commit is contained in:
Yûki VACHOT 2025-11-29 04:54:37 +01:00
parent deeb2af493
commit 0236ef23d8
3 changed files with 95 additions and 52 deletions

View file

@ -375,5 +375,5 @@ class TestRealAuthFlow:
result = await session_manager.validate_cookie(cookie)
assert result is not None
assert "id" in result
assert "nick" in result
assert "user" in result
assert "email" in result