fix: use the right bind port in molecule tests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-05-29 15:59:30 +02:00
parent ab3ea4e283
commit cc064da1f1
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -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