diff options
author | drebs <drebs@leap.se> | 2016-11-27 17:04:36 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-11-27 17:04:36 -0200 |
commit | 850077959169a2da068e072f904b9e41384691ab (patch) | |
tree | 78eabb99788556465fc59dae0860aff384395fba /testing | |
parent | 5217a5318929cae3a27406c148690925974f7d9f (diff) | |
parent | dff666e51240393ebbf2a2118e6e51130fe91f8c (diff) |
Merge tag '0.9.1' into debian/platform-0.9
Tag version 0.9.1
Diffstat (limited to 'testing')
-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' ]) |