diff --git a/services/orchestrator/tests/test_database_update_allowlist.py b/services/orchestrator/tests/test_database_update_allowlist.py index 8179461..ed768f2 100644 --- a/services/orchestrator/tests/test_database_update_allowlist.py +++ b/services/orchestrator/tests/test_database_update_allowlist.py @@ -24,6 +24,7 @@ async def _cm(): return _cm +@pytest.mark.asyncio @pytest.mark.database class TestUpdateColumnAllowlist: async def test_update_organization_rejects_unknown_column(self):