Skip to content

Commit

Permalink
remove path from asserts output
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Jul 1, 2024
1 parent db8f24c commit 22112e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmd_workflow_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_workflow_linting_iwc(self):
"The file CHANGELOG.md is missing but required.",
".dockstore.yml workflow entry missing recommended key name",
"Workflow have no 'authors' in the .dockstore.yml.",
"The workflow tests/data/wf_repos/basic_format2_dockstore/basic_format2.gxwf.yml has no release"
"has no release"
]

for error in errors:
Expand Down

0 comments on commit 22112e8

Please sign in to comment.