diff --git a/tests/ai_horde_api/test_ai_worker_roundtrip_api_calls.py b/tests/ai_horde_api/test_ai_worker_roundtrip_api_calls.py index 1050c18..d2509cf 100644 --- a/tests/ai_horde_api/test_ai_worker_roundtrip_api_calls.py +++ b/tests/ai_horde_api/test_ai_worker_roundtrip_api_calls.py @@ -151,9 +151,10 @@ async def fake_worker( ) assert isinstance(job_submit_response, JobSubmitResponse) - assert job_submit_response.reward is not None and job_submit_response.reward > 0 + break + @pytest.mark.api_side_ci @pytest.mark.asyncio async def test_basic_image_roundtrip(self, simple_image_gen_request: ImageGenerateAsyncRequest) -> None: