Skip to content

Commit da6d92f

Browse files
committed
🔧 specify host in test server setup
1 parent 8cb0497 commit da6d92f

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
@@ -95,7 +95,7 @@ def start(self):
9595
if self.socket:
9696
args += ["--socket", self.socket]
9797
else:
98-
args += ["--port", self.port]
98+
args += ["--port", self.port, "--host", "localhost"]
9999

100100
args += [self.manifest]
101101

0 commit comments

Comments
 (0)