Skip to content

Commit

Permalink
fix(sd_servers_with_designation_collisions): scope to individual test
Browse files Browse the repository at this point in the history
---to avoid test-level collisions of the fixture itself when the test is
parameterized (e.g., for localization).
  • Loading branch information
cfm committed Jan 17, 2025
1 parent 355eb0f commit 2bc420a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from tests.functional.conftest import spawn_sd_servers


@pytest.fixture(scope="session")
@pytest.fixture
def sd_servers_with_designation_collisions(setup_journalist_key_and_gpg_folder, setup_rqworker):
"""Spawn source and journalist apps that can only generate a single journalist designation."""
# Generate a config that can only generate a single journalist designation
Expand Down

0 comments on commit 2bc420a

Please sign in to comment.