mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adjusted test
This commit is contained in:
parent
1a25bd7630
commit
0b810f016d
1 changed files with 1 additions and 1 deletions
|
@ -1378,7 +1378,7 @@ def test_ip_to_host():
|
|||
assert ret is None
|
||||
|
||||
ret = network.ip_to_host("::1")
|
||||
assert ret == "ip6-localhost"
|
||||
assert ret == "localhost"
|
||||
|
||||
|
||||
def test_natural_ipv4_netmask():
|
||||
|
|
Loading…
Add table
Reference in a new issue