Skip to content

Commit bd73d77

Browse files
committed
tests: misc logic updates - 4
1 parent fe5e622 commit bd73d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_rest_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ async def _after_scan_start_logic(
807807
await asyncio.sleep(int(os.environ["SCAN_BACKLOG_RUNNER_SHORT_DELAY"]) * 2) # extra
808808
ewms_workflow_id = (
809809
await rc.request(
810-
"GET", f"/scan/{scan_id}", {"projection": ["ewms_workflow_id"]}
810+
"GET", f"/scan/{scan_id}", {"manifest_projection": ["ewms_workflow_id"]}
811811
)
812812
)["ewms_workflow_id"]
813813
assert RE_UUID4HEX.fullmatch(ewms_workflow_id)

0 commit comments

Comments
 (0)