Skip to content

Commit

Permalink
fix test broken by change in rose error message
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jun 18, 2024
1 parent 88a8230 commit c2a2c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_rose_fileinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ async def test_rose_fileinstall_error(tmp_path, cylc_install_cli):
'''))
with pytest.raises(
PluginError,
match='file:bad=source=no-such-file: bad or missing value',
match='path does not exist or not accessible: no-such-file',
):
await cylc_install_cli(tmp_path)

0 comments on commit c2a2c0c

Please sign in to comment.