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__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 85bd6d5..6501b54 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -125,7 +125,7 @@ class Test(unittest.TestCase):
server.index_flush_timeout.value = 0
server.index_flush_threshold.value = 1
- node = ad.Master(server.resources())
+ node = ad.Master(server.resources)
httpd = WSGIServer(('localhost', port), rd.Router(node))
try: