Skip to content

Commit cc724fc

Browse files
committed
✅ listen on all interfaces during testing
1 parent 9fa9dc4 commit cc724fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def start(self):
9393
if self.socket:
9494
args += ["--socket", self.socket]
9595
else:
96-
args += ["--port", self.port, "--host", "localhost"]
96+
args += ["--port", self.port, "--host", "0.0.0.0"]
9797

9898
args += [self.manifest]
9999

0 commit comments

Comments
 (0)