diff options
author | drebs <drebs@leap.se> | 2016-11-21 16:49:41 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-11-22 17:59:04 -0200 |
commit | a37333302801fcc4039897839f021ba127c9b846 (patch) | |
tree | d0da8531b3a1a431fde65cc0c19bcee01cba24ff /testing | |
parent | 0fd7e9f018b02161a844c11332ffced56b256010 (diff) |
[refactor] separate server application into another file
Conflicts:
server/src/leap/soledad/server/__init__.py
testing/tests/conftest.py
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' ]) |