We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33119e commit 51b0e53Copy full SHA for 51b0e53
molecule/default/tests/test_default.py
@@ -41,7 +41,7 @@ def test_service(host):
41
42
def test_socket(host):
43
sockets = [
44
- "tcp://127.0.0.1:8080"
+ "tcp://0.0.0.0:8000"
45
]
46
for socket in sockets:
47
s = host.socket(socket)
0 commit comments