fix(tests): finally fixed the test DB deployment :}

This commit is contained in:
ribardej
2025-10-29 20:04:50 +01:00
parent d9c562f867
commit 4c9879cebf

View File

@@ -14,11 +14,6 @@ def test_authenticated_route_requires_auth(client):
assert resp.status_code in (status.HTTP_401_UNAUTHORIZED, status.HTTP_403_FORBIDDEN)
def test_sentry_debug_raises_exception(client):
with pytest.raises(ZeroDivisionError):
client.get("/sentry-debug")
@pytest.mark.asyncio
async def test_create_and_get_category(fastapi_app, test_user):
# Use AsyncClient for async tests