Skip to content

Commit

Permalink
Fixes fixture scope
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Jul 25, 2024
1 parent b23a871 commit 02d8e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/models/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from prefect.server.schemas import actions, core, filters, schedules, states


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

Expand Down

0 comments on commit 02d8e97

Please sign in to comment.