mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
refactoring
This commit is contained in:
@@ -121,7 +121,7 @@ def test_fail__valid_otg_id(arg: Any) -> None:
|
||||
|
||||
|
||||
# =====
|
||||
@pytest.mark.parametrize("arg", ["ECM ", "EeM ", "ncm ", " Rndis"])
|
||||
@pytest.mark.parametrize("arg", ["ECM ", "EeM ", "ncm ", " Rndis", "RNDIS5"])
|
||||
def test_ok__valid_otg_ethernet(arg: Any) -> None:
|
||||
assert valid_otg_ethernet(arg) == arg.strip().lower()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user