Skip to content

Commit

Permalink
Fix: false fix to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotheem committed Dec 2, 2024
1 parent f331e3c commit db2d4fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_raid.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ async def test_get_payment_url_participant_already_paid(client: TestClient, mock
## Test for pdf writer


@pytest.fixture
@pytest.fixture()
def mock_team():
return Mock(
spec=Team,
Expand Down Expand Up @@ -720,12 +720,12 @@ def mock_team():
)


@pytest.fixture
@pytest.fixture()
def mock_security_file():
return Mock(spec=SecurityFile, allergy="None", asthma=False)


@pytest.fixture
@pytest.fixture()
def mock_participant():
return Mock(
spec=Participant,
Expand Down Expand Up @@ -758,7 +758,7 @@ def mock_participant():
)


@pytest.fixture
@pytest.fixture()
def mock_document():
return Mock(
spec=Document,
Expand Down

0 comments on commit db2d4fb

Please sign in to comment.