summaryrefslogtreecommitdiff
path: root/testing/tests/perf/conftest.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-11-27 12:03:13 -0200
committerdrebs <drebs@leap.se>2016-11-27 12:03:13 -0200
commit5b2e52200eb815b598e7ed74bb7b4e21387d9c08 (patch)
treedb18a701bbefdb9a5e71f814f5ff1263c2fa821d /testing/tests/perf/conftest.py
parent428fdf65dd6a4e9196d8eb82905aec38ccfc35ca (diff)
parentdff666e51240393ebbf2a2118e6e51130fe91f8c (diff)
Merge tag '0.9.1' into develop
Tag version 0.9.1
Diffstat (limited to 'testing/tests/perf/conftest.py')
-rw-r--r--testing/tests/perf/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/perf/conftest.py b/testing/tests/perf/conftest.py
index 5ac1f3c0..6fa6b2c0 100644
--- a/testing/tests/perf/conftest.py
+++ b/testing/tests/perf/conftest.py
@@ -162,7 +162,7 @@ class SoledadServer(object):
'--logfile=%s' % self._logfile,
'--pidfile=%s' % self._pidfile,
'web',
- '--wsgi=leap.soledad.server.application',
+ '--wsgi=leap.soledad.server.application.wsgi_application',
'--port=2424'
])