Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed May 10, 2022
1 parent 207be3e commit 5c1d0ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_job_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -2909,15 +2909,13 @@ async def test_update_jobs_suspended_priority(
scheduler_enabled=True,
priority=JobPriority.HIGH,
)

job2, _ = await jobs_service.create_job(
job_request=job_request_factory(),
user=test_user,
cluster_name=test_cluster,
scheduler_enabled=True,
priority=JobPriority.HIGH,
)

job3, _ = await jobs_service.create_job(
job_request=job_request_factory(),
user=test_user,
Expand Down

0 comments on commit 5c1d0ba

Please sign in to comment.