summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-04-07 07:39:05 +0300
committerDevaev Maxim <[email protected]>2019-04-07 07:39:05 +0300
commit6c121bf87f05e5cf0272fb2597323611adb81092 (patch)
tree867236619522f64962dd8b60375da7d0180c37fd /tests
parentf426e139077cfc54251c05adb25fe54f477fce48 (diff)
hid: better error handling
Diffstat (limited to 'tests')
-rw-r--r--tests/test_app_cleanup.py1
-rw-r--r--tests/test_app_htpasswd.py1
2 files changed, 0 insertions, 2 deletions
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",
])