summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/unittest/test_client.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unittest/test_client.py b/test/unittest/test_client.py
index 9628973..c92224e 100644
--- a/test/unittest/test_client.py
+++ b/test/unittest/test_client.py
@@ -14,8 +14,7 @@ import socket
class BaseTest:
# assume we are talking to localhost
# th = socket.gethostname()
- maho ="hard.evlan.com"
- th = socket.getfqdn(maho)
+ th = socket.getfqdn()
nforks=1
async=False