From 5f6ab81efd223d28a88e873b0dd9adda59cd59bd Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 20 May 2019 09:46:24 +0200 Subject: [PATCH] fix pep8 --- molecule/ec2-centos-7/tests/test_default.py | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule/ec2-centos-7/tests/test_default.py b/molecule/ec2-centos-7/tests/test_default.py index 5f7caba..0419ccf 100644 --- a/molecule/ec2-centos-7/tests/test_default.py +++ b/molecule/ec2-centos-7/tests/test_default.py @@ -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):