We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc3494 commit 88c4596Copy full SHA for 88c4596
services/api-server/tests/unit/api_functions/test_api_routers_function_jobs.py
@@ -290,11 +290,6 @@ async def test_get_function_job_status(
290
) -> None:
291
292
_expected_return_status = status.HTTP_200_OK
293
- # status.HTTP_500_INTERNAL_SERVER_ERROR
294
- # if job_status not in ("SUCCESS", "FAILED")
295
- # and (project_job_id is None and job_creation_task_id is None)
296
- # else status.HTTP_200_OK
297
- # )
298
299
def _mock_task_manager(*args, **kwargs) -> CeleryTaskManager:
300
async def _get_task_status(
0 commit comments