From 1a6e41c2002773bb82a5d95d8d9a8ab3aa422c98 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 16 Sep 2015 20:12:53 +0200 Subject: minor fixes --- 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 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 -- cgit v1.2.3