aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tutils.py')
-rw-r--r--test/tutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tutils.py b/test/tutils.py
index ff71387a..a728e852 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://127.0.0.1:%s/%s" % (
+ "%s://localhost:%s/%s" % (
scheme,
self.d.port,
path