Tests: Use IP address instead of hostname with taskd

This commit is contained in:
Renato Alves
2015-04-26 00:24:59 +01:00
parent 64be230639
commit 233d97fbff
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ class Taskd(object):
TASKD_NOT_LISTENING = 3
def __init__(self, taskd=DEFAULT_TASKD, certpath=None,
address="localhost"):
address="127.0.0.1"):
"""Initialize a Task server that runs in the background and stores data
in a temporary folder