Skip to content

Commit 88c4596

Browse files
committed
@GitHK cleanup
1 parent 2fc3494 commit 88c4596

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

services/api-server/tests/unit/api_functions/test_api_routers_function_jobs.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,6 @@ async def test_get_function_job_status(
290290
) -> None:
291291

292292
_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-
# )
298293

299294
def _mock_task_manager(*args, **kwargs) -> CeleryTaskManager:
300295
async def _get_task_status(

0 commit comments

Comments
 (0)