Add TODO for a test_login_user_creates_manager_if_not_exists

This commit is contained in:
Yûki VACHOT 2025-12-01 02:57:31 +01:00
parent 3844ffc207
commit b0414cf6d0

View file

@ -65,6 +65,7 @@ class TestMultiUserSessionManager:
"""Test that login_user creates a manager if it doesn't exist."""
# This test requires mocking the HTTP client for GeoGuessr API
# We'll mark it as a placeholder for now
# TODO: Add test for this
pytest.skip("Requires mocking GeoGuessr API")
@pytest.mark.asyncio