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 1c81b64..5c4ab21 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()
- minion = "acervirtual.evlan.com"
- th = socket.getfqdn(minion)
+ th = socket.getfqdn()
nforks=1
async=False