From db2d4fbe9596b03c5fd265f1696b39e1380780b2 Mon Sep 17 00:00:00 2001 From: Thonyk Date: Mon, 2 Dec 2024 16:10:47 +0100 Subject: [PATCH] Fix: false fix to pass CI --- tests/test_raid.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_raid.py b/tests/test_raid.py index 17a084d52..ac20789ef 100644 --- a/tests/test_raid.py +++ b/tests/test_raid.py @@ -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, @@ -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, @@ -758,7 +758,7 @@ def mock_participant(): ) -@pytest.fixture +@pytest.fixture() def mock_document(): return Mock( spec=Document,