Fix middleware schema caching error #7

Merged
NyxiumYuuki merged 13 commits from claude/fix-middleware-schema-cache-01SXnBSQQ8ptLgqViF4UsUYx into master 2025-12-01 03:03:24 +01:00
Showing only changes of commit b0414cf6d0 - Show all commits

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