diff options
author | drebs <drebs@leap.se> | 2016-11-27 12:03:13 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-11-27 12:03:13 -0200 |
commit | 5b2e52200eb815b598e7ed74bb7b4e21387d9c08 (patch) | |
tree | db18a701bbefdb9a5e71f814f5ff1263c2fa821d /testing/tests/perf | |
parent | 428fdf65dd6a4e9196d8eb82905aec38ccfc35ca (diff) | |
parent | dff666e51240393ebbf2a2118e6e51130fe91f8c (diff) |
Merge tag '0.9.1' into develop
Tag version 0.9.1
Diffstat (limited to 'testing/tests/perf')
-rw-r--r-- | testing/tests/perf/conftest.py | 2 |
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' ]) |