mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 17:11:52 +08:00
refactoring
This commit is contained in:
@@ -79,7 +79,7 @@ def test_ok__valid_ip(arg: Any) -> None:
|
||||
"",
|
||||
None,
|
||||
])
|
||||
def test__fail_valid_ip(arg: Any) -> None:
|
||||
def test_fail__valid_ip(arg: Any) -> None:
|
||||
with pytest.raises(ValidatorError):
|
||||
print(valid_ip(arg))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user