diff --git a/molecule/gce-centos-7/tests/test_default.py b/molecule/gce-centos-7/tests/test_default.py index 5a020cd..fcf5946 100644 --- a/molecule/gce-centos-7/tests/test_default.py +++ b/molecule/gce-centos-7/tests/test_default.py @@ -27,3 +27,4 @@ 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 +