fix test for open ports
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-06-10 15:44:30 +02:00
parent 8814cafc76
commit 2c6387ef6d
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ def test_postgres_running_and_enabled(host):
def test_postgres_socket(host):
# Verify the socket is listening for HTTP traffic
assert host.socket("tcp://0.0.0.0:5432").is_listening
assert host.socket("tcp://127.0.0.1:5432").is_listening