Skip to content

Commit

Permalink
Auto use hosted API fixture for filters tests
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Jul 25, 2024
1 parent 9a11704 commit b23a871
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/server/models/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
from prefect.server.schemas import actions, core, filters, schedules, states


@pytest.fixture(autouse=True, scope="module")
def auto_use_hosted_api_server(use_hosted_api_server):
pass


@pytest.fixture(autouse=True, scope="module")
async def clear_db(db):
"""Clear DB only once before running tests in this module."""
Expand Down

0 comments on commit b23a871

Please sign in to comment.