Skip to content

Commit 55cbd1c

Browse files
committed
fix more
1 parent 4d335af commit 55cbd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _respond(self, code=200, headers=None, data=b""):
7373
self.wfile.write(data)
7474

7575
def do_GET(self):
76-
baseurl = f"http://{self.server.server_name}:{self.server.server_port}"
76+
baseurl = f"http://127.0.0.1:{self.server.server_port}"
7777
file_path = self.path
7878
if file_path.endswith("/") and file_path.rstrip("/") in self.files:
7979
file_path = file_path.rstrip("/")

0 commit comments

Comments
 (0)