Skip to content

Commit

Permalink
Add newline between tests
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <[email protected]>
  • Loading branch information
mvdbeek and nsoranzo authored Oct 31, 2023
1 parent d97057a commit 38c0c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cmds_with_workflow_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 38c0c43

Please sign in to comment.