summaryrefslogtreecommitdiff
path: root/src/unittest
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittest')
-rw-r--r--src/unittest/testwebvi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/testwebvi.py b/src/unittest/testwebvi.py
index 3257046..34452e2 100644
--- a/src/unittest/testwebvi.py
+++ b/src/unittest/testwebvi.py
@@ -44,7 +44,7 @@ class TestServiceModules(unittest.TestCase):
def setUp(self):
webvi.api.set_config(WebviConfig.TEMPLATE_PATH, '../../templates')
- self.client = client.WVClient([], {}, {})
+ self.client = client.WVClient([], {}, {}, False)
def getLinks(self, menuobj):
links = []