fix pep8
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-05-20 09:46:24 +02:00
parent 11454fc783
commit 5f6ab81efd
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ def test_hassio_running_and_enabled(host):
assert hassio.is_running
assert hassio.is_enabled
def test_hassio_socket(host):
# Verify the socket is listening for HTTP traffic
for _ in range(30):