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 fe5e622 commit bd73d77Copy full SHA for bd73d77
tests/integration/test_rest_routes.py
@@ -807,7 +807,7 @@ async def _after_scan_start_logic(
807
await asyncio.sleep(int(os.environ["SCAN_BACKLOG_RUNNER_SHORT_DELAY"]) * 2) # extra
808
ewms_workflow_id = (
809
await rc.request(
810
- "GET", f"/scan/{scan_id}", {"projection": ["ewms_workflow_id"]}
+ "GET", f"/scan/{scan_id}", {"manifest_projection": ["ewms_workflow_id"]}
811
)
812
)["ewms_workflow_id"]
813
assert RE_UUID4HEX.fullmatch(ewms_workflow_id)
0 commit comments