diff options
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 decfb0a9..1d3125d5 100644 --- a/testing/tests/conftest.py +++ b/testing/tests/conftest.py @@ -104,7 +104,7 @@ class SoledadServer(object): '--pidfile=%s' % self._pidfile, 'web', '--class=leap.soledad.server.entrypoint.SoledadEntrypoint', - '--port=2424' + '--port=tcp:2424' ]) def _create_conf_file(self): |