Skip to content

Commit

Permalink
That's ruff man
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Jul 30, 2024
1 parent 6300820 commit 67f4a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_04_tomato_reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ def test_reload_running(datadir, start_tomato_daemon, stop_tomato_daemon):
ret = tomato.reload(**kwargs, appdir=Path())
print(f"{ret=}")
assert ret.success is False
assert "reload would modify components of a running pipeline" in ret.msg
assert "reload would modify components of a running pipeline" in ret.msg

0 comments on commit 67f4a8b

Please sign in to comment.