remove test for 443

This commit is contained in:
Robert Kaussow 2019-03-25 14:33:31 +01:00
parent 40f4e6539a
commit 17fe443fb4
1 changed files with 1 additions and 2 deletions

View File

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