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 -