From 67f4a8bde8a1191f11bd8236372526a71ff74317 Mon Sep 17 00:00:00 2001 From: Peter Kraus Date: Tue, 30 Jul 2024 11:32:33 +0200 Subject: [PATCH] That's ruff man --- tests/test_04_tomato_reload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_04_tomato_reload.py b/tests/test_04_tomato_reload.py index f1425ac..add1a89 100644 --- a/tests/test_04_tomato_reload.py +++ b/tests/test_04_tomato_reload.py @@ -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 \ No newline at end of file + assert "reload would modify components of a running pipeline" in ret.msg