aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tutils.py')
-rw-r--r--test/tutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tutils.py b/test/tutils.py
index 3de18417..0a5455a3 100644
--- a/test/tutils.py
+++ b/test/tutils.py
@@ -14,7 +14,7 @@ class DaemonTests:
def setUpAll(self):
self.d = test.Daemon(
staticdir=test_data.path("data"),
- anchors=[("/anchor/.*", "202")],
+ anchors=[("/anchor/.*", "202:da")],
ssl = self.ssl,
sizelimit=1*1024*1024,
noweb = self.noweb,