summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-11-21 16:49:41 -0200
committerdrebs <drebs@leap.se>2016-12-12 09:17:51 -0200
commit89d5c898527c32baec8454d6e3c749935d00a313 (patch)
treec8cccda2588605da6b579f01e4efb96eaf45d23e
parent171dff213b9aacdb7ac4f86ed81e741aa965aa35 (diff)
[refactor] separate server application into another file
-rw-r--r--testing/tests/conftest.py2
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'
])