Skip to content

Commit

Permalink
Allow invocation identifier in custom report
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 9, 2025
1 parent 62157fe commit cd4648c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy_test/api/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -3105,7 +3105,7 @@ def test_workflow_invocation_report_custom(self):
assert report_json["render_format"] == "markdown"
markdown_content = report_json["markdown"]
assert "## Workflow Outputs" in markdown_content
assert "\n```galaxy\nhistory_dataset_display(history_dataset_id=" in markdown_content
assert "\n```galaxy\nhistory_dataset_display(invocation_id=" in markdown_content
assert "## Workflow Inputs" in markdown_content
assert "## About This Report" in markdown_content

Expand Down

0 comments on commit cd4648c

Please sign in to comment.