From 02ec8fef423e457a2e21c70e2eee2c3e10ec7624 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 9 Jun 2019 13:38:29 +0200 Subject: [PATCH] fix pep8 --- molecule/ec2-centos-7/tests/test_default.py | 1 - 1 file changed, 1 deletion(-) diff --git a/molecule/ec2-centos-7/tests/test_default.py b/molecule/ec2-centos-7/tests/test_default.py index 3ed80c9..9f5dc93 100644 --- a/molecule/ec2-centos-7/tests/test_default.py +++ b/molecule/ec2-centos-7/tests/test_default.py @@ -30,4 +30,3 @@ def test_nginx_process(host): def test_nginx_socket(host): # Verify the socket is listening for HTTP traffic assert host.socket("tcp://0.0.0.0:80").is_listening -