From 6c121bf87f05e5cf0272fb2597323611adb81092 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sun, 7 Apr 2019 07:39:05 +0300 Subject: hid: better error handling --- tests/test_app_cleanup.py | 1 - tests/test_app_htpasswd.py | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/test_app_cleanup.py b/tests/test_app_cleanup.py index d95d77de..5d5cb743 100644 --- a/tests/test_app_cleanup.py +++ b/tests/test_app_cleanup.py @@ -60,7 +60,6 @@ def test_main(tmpdir) -> None: # type: ignore "--set-options", "kvmd/server/port=0", "kvmd/server/unix=" + kvmd_sock_path, - "kvmd/hid/device=/dev/null", "kvmd/streamer/port=0", "kvmd/streamer/unix=" + ustreamer_sock_path, "kvmd/streamer/cmd=[\"%s\"]" % (ustreamer_fake_name), diff --git a/tests/test_app_htpasswd.py b/tests/test_app_htpasswd.py index e3043cfa..124a7b2b 100644 --- a/tests/test_app_htpasswd.py +++ b/tests/test_app_htpasswd.py @@ -60,7 +60,6 @@ def _run_main(htpasswd: passlib.apache.HtpasswdFile, cmd: List[str]) -> None: *cmd, "--set-options", "kvmd/auth/basic/htpasswd=" + htpasswd.path, - "kvmd/hid/device=/dev/null", ]) -- cgit v1.2.3