Skip to content

Commit 51b0e53

Browse files
committed
molecule/default: fix checking for open port
[patch] release
1 parent f33119e commit 51b0e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/default/tests/test_default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_service(host):
4141

4242
def test_socket(host):
4343
sockets = [
44-
"tcp://127.0.0.1:8080"
44+
"tcp://0.0.0.0:8000"
4545
]
4646
for socket in sockets:
4747
s = host.socket(socket)

0 commit comments

Comments
 (0)