fix test for open ports
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8814cafc76
commit
2c6387ef6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user