diff options
Diffstat (limited to 'testenv/tests/apps/cleanup/test_main.py')
-rw-r--r-- | testenv/tests/apps/cleanup/test_main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/tests/apps/cleanup/test_main.py b/testenv/tests/apps/cleanup/test_main.py index 72fba6d9..6514cbce 100644 --- a/testenv/tests/apps/cleanup/test_main.py +++ b/testenv/tests/apps/cleanup/test_main.py @@ -57,6 +57,7 @@ def test_ok(tmpdir) -> None: # type: ignore "--set-options", f"kvmd/server/unix={kvmd_sock_path}", f"kvmd/streamer/unix={ustreamer_sock_path}", + "--run", ]) assert not os.path.exists(ustreamer_sock_path) |