Skip to content

Commit

Permalink
increased scope to package
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Dec 17, 2024
1 parent ae7e29a commit 611989f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
_DATA_PATH = Path(__file__).parent / "expected_data"


@pytest.fixture(autouse=True)
@pytest.fixture(scope="package", autouse=True)
def wait_for_server():
client = BlueapiClient.from_config(config=ApplicationConfig())
for _ in range(20):
Expand Down

0 comments on commit 611989f

Please sign in to comment.