Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 30193fc..a1850af 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -75,6 +75,7 @@ class Test(unittest.TestCase):
node.tmpdir.value = tmpdir + '/tmp'
node.data_root.value = tmpdir
node.sync_dirs.value = []
+ node.static_url.value = None
ad.index_write_queue.value = 10
local.local_root.value = tmpdir
local.activity_dirs.value = [tmpdir + '/Activities']