Skip to content

Commit

Permalink
Update tests/unit/test_install.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
  • Loading branch information
wxtim and MetRonnie authored Jul 31, 2024
1 parent a5e2792 commit 0ce3561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,4 +585,4 @@ def test_install_workflow_failif_reserved_name(tmp_src_dir):
with pytest.raises(WorkflowFilesError, match=is_reserved):
install_workflow(src_dir, workflow_name=name)
with pytest.raises(WorkflowFilesError, match=is_reserved):
install_workflow(src_dir, workflow_name=name, run_name=name)
install_workflow(src_dir, workflow_name=name, run_name='ok')

0 comments on commit 0ce3561

Please sign in to comment.