diff options
author | drebs <drebs@leap.se> | 2016-11-21 16:49:41 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-12-12 09:17:51 -0200 |
commit | 89d5c898527c32baec8454d6e3c749935d00a313 (patch) | |
tree | c8cccda2588605da6b579f01e4efb96eaf45d23e | |
parent | 171dff213b9aacdb7ac4f86ed81e741aa965aa35 (diff) |
[refactor] separate server application into another file
-rw-r--r-- | testing/tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/conftest.py b/testing/tests/conftest.py index 5698c8a9..1ff1cbb7 100644 --- a/testing/tests/conftest.py +++ b/testing/tests/conftest.py @@ -103,7 +103,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' ]) |