diff options
author | Devaev Maxim <[email protected]> | 2019-04-30 01:05:25 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-30 01:05:25 +0300 |
commit | fb9b1b555db20d3ddfa0618a7faba3ae2ec395e5 (patch) | |
tree | 9eed4095955d736c273bad9a0741c29d4e777dd7 /testenv/tests | |
parent | 76bc1bcea68e4d53f869371e793ef72c7e2c5571 (diff) |
soft of by default
Diffstat (limited to 'testenv/tests')
-rw-r--r-- | testenv/tests/validators/test_kvm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tests/validators/test_kvm.py b/testenv/tests/validators/test_kvm.py index cfdad69e..a15a3168 100644 --- a/testenv/tests/validators/test_kvm.py +++ b/testenv/tests/validators/test_kvm.py @@ -40,7 +40,7 @@ from kvmd.validators.kvm import valid_hid_mouse_wheel # ===== [email protected]("arg", ["ON ", "OFF ", "OFF_soft ", "RESET "]) [email protected]("arg", ["ON ", "OFF ", "OFF_HARD ", "RESET_HARD "]) def test_ok__valid_atx_power_action(arg: Any) -> None: assert valid_atx_power_action(arg) == arg.strip().lower() |