fix bindport in molecule test
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
3782c14499
commit
cd4dad6047
@ -22,4 +22,4 @@ def test_mosquitto_running_and_enabled(host):
|
||||
|
||||
def test_mosquitto_socket(host):
|
||||
# Verify the socket is listening for HTTP traffic
|
||||
assert host.socket("tcp://127.0.0.1:8883").is_listening
|
||||
assert host.socket("tcp://127.0.0.1:1883").is_listening
|
||||
|
Loading…
Reference in New Issue
Block a user