force ci run
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Robert Kaussow 2019-03-25 14:35:37 +01:00
parent 17fe443fb4
commit 7dd817f910

View File

@ -27,3 +27,4 @@ def test_nginx_process(host):
def test_nginx_socket(host): def test_nginx_socket(host):
# Verify the socket is listening for HTTP traffic # Verify the socket is listening for HTTP traffic
assert host.socket("tcp://0.0.0.0:80").is_listening assert host.socket("tcp://0.0.0.0:80").is_listening