diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/tests/validators/test_hw.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tests/validators/test_hw.py b/testenv/tests/validators/test_hw.py index 47876fc2..d30bd3d8 100644 --- a/testenv/tests/validators/test_hw.py +++ b/testenv/tests/validators/test_hw.py @@ -121,7 +121,7 @@ def test_fail__valid_otg_id(arg: Any) -> None: # ===== [email protected]("arg", ["ECM ", "EeM ", "ncm ", " Rndis"]) [email protected]("arg", ["ECM ", "EeM ", "ncm ", " Rndis", "RNDIS5"]) def test_ok__valid_otg_ethernet(arg: Any) -> None: assert valid_otg_ethernet(arg) == arg.strip().lower() |