mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix lint error
This commit is contained in:
parent
8a79f98304
commit
bc03ff68db
1 changed files with 1 additions and 3 deletions
|
@ -78,9 +78,7 @@ def test_check_ip():
|
|||
|
||||
|
||||
def test_check_ip_ipv6():
|
||||
assert dig.check_ip(
|
||||
"1111:2222:3333:4444:5555:6666:7777:8888"
|
||||
)
|
||||
assert dig.check_ip("1111:2222:3333:4444:5555:6666:7777:8888")
|
||||
|
||||
|
||||
def test_check_ip_ipv6_valid():
|
||||
|
|
Loading…
Add table
Reference in a new issue