diff --git a/tests/test_cmds_with_workflow_id.py b/tests/test_cmds_with_workflow_id.py index 9899d6f4a..63f314ea5 100644 --- a/tests/test_cmds_with_workflow_id.py +++ b/tests/test_cmds_with_workflow_id.py @@ -78,6 +78,7 @@ def test_serve_workflow(self): with open(output_json_path) as f: output = json.load(f) assert "tests" in output + test_index = 1 invocation_id = output["tests"][test_index]["data"]["invocation_details"]["details"]["invocation_id"] test_path = os.path.join(TEST_DATA_DIR, "wf11-remote.gxwf-test.yml")