diff options
author | drebs <drebs@leap.se> | 2016-11-21 16:49:41 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-11-21 21:45:59 -0200 |
commit | e97239048adde8947eea54e0d121d0abbbd18d2d (patch) | |
tree | 2914616b8ec51b4aabc411ffae5145c7927dc20b /testing/tests/conftest.py | |
parent | 2cb3c060c62eb77d54be06784efa4fd03bfcf184 (diff) |
[refactor] separate server application into another file
Diffstat (limited to 'testing/tests/conftest.py')
-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' ]) |