diff --git a/tests/pytests/unit/modules/test_dig.py b/tests/pytests/unit/modules/test_dig.py index 7a60f9a7d609..dcc0acc82953 100644 --- a/tests/pytests/unit/modules/test_dig.py +++ b/tests/pytests/unit/modules/test_dig.py @@ -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():