fix: use the right bind port in molecule tests
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
ab3ea4e283
commit
cc064da1f1
@ -17,4 +17,4 @@ def test_prometheus_running_and_enabled(host):
|
||||
|
||||
def test_prometheus_socket(host):
|
||||
# Verify the socket is listening for HTTP traffic
|
||||
assert host.socket("tcp://127.0.0.1:61000").is_listening
|
||||
assert host.socket("tcp://127.0.0.1:9090").is_listening
|
||||
|
Loading…
Reference in New Issue
Block a user