From 9f26d68f47bc7729b0727ed67253503e047ea0f9 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 16 Sep 2015 18:44:34 +0200 Subject: adjust to netlib changes --- test/tutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index a728e852..ff71387a 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -63,7 +63,7 @@ class DaemonTests(object): def getpath(self, path, params=None): scheme = "https" if self.ssl else "http" resp = requests.get( - "%s://localhost:%s/%s" % ( + "%s://127.0.0.1:%s/%s" % ( scheme, self.d.port, path -- cgit v1.2.3