Skip to content

Commit 452fd74

Browse files
committed
tests: mid-scan updates
1 parent ca9f977 commit 452fd74

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

tests/integration/test_rest_routes.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -427,16 +427,8 @@ async def _do_patch(
427427
else resp["progress"] # not checking
428428
),
429429
scanner_server_args=resp["scanner_server_args"], # not checking
430-
ewms_task=dict(
431-
tms_args=resp["ewms_task"]["tms_args"], # not checking
432-
env_vars=resp["ewms_task"]["env_vars"], # not checking
433-
complete=False,
434-
clusters=(
435-
previous_clusters + [cluster] # type: ignore[operator] # see assert ^^^^
436-
if cluster
437-
else resp["ewms_task"]["clusters"] # not checking
438-
),
439-
),
430+
ewms_task="use 'ewms_workflow_id'",
431+
ewms_workflow_id="pending-ewms",
440432
classifiers=resp["classifiers"], # not checking
441433
last_updated=resp["last_updated"], # see below
442434
priority=0,

0 commit comments

Comments
 (0)