summaryrefslogtreecommitdiffstats
path: root/test/unittest/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unittest/test_client.py')
-rw-r--r--test/unittest/test_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittest/test_client.py b/test/unittest/test_client.py
index f3b441d..1a3f7cd 100644
--- a/test/unittest/test_client.py
+++ b/test/unittest/test_client.py
@@ -13,7 +13,7 @@ import socket
class BaseTest:
# assume we are talking to localhost
-# th = socket.gethostname()
+ # th = socket.gethostname()
th = socket.getfqdn()
nforks=1
async=False