mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update tests/pytests/unit/modules/test_dig.py
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
parent
a4f19f0919
commit
424f417249
1 changed files with 2 additions and 2 deletions
|
@ -88,11 +88,11 @@ def test_check_ip_ipv6_valid():
|
|||
|
||||
|
||||
def test_check_ip_neg():
|
||||
assert not dig.check_ip("-127.0.0.1"), "Did not detect negative value as invalid"
|
||||
assert not dig.check_ip("-127.0.0.1")
|
||||
|
||||
|
||||
def test_check_ip_empty():
|
||||
assert not dig.check_ip(""), "Did not detect empty value as invalid"
|
||||
assert not dig.check_ip("")
|
||||
|
||||
|
||||
def test_a():
|
||||
|
|
Loading…
Add table
Reference in a new issue