fixed flake8 errors

This commit is contained in:
Rshad Zhran 2019-08-19 10:54:34 +02:00
parent 37cd4893b3
commit 9d9aa9088a

View File

@ -77,4 +77,4 @@ def test_open_ports(host):
assert not host.socket("tcp://0.0.0.0:1514").is_listening assert not host.socket("tcp://0.0.0.0:1514").is_listening
elif distribution == 'centos': elif distribution == 'centos':
assert host.socket("tcp://:::1515").is_listening assert host.socket("tcp://:::1515").is_listening
assert not host.socket("tcp://:::1514").is_listening assert not host.socket("tcp://:::1514").is_listening