diff options
author | drebs <drebs@leap.se> | 2017-02-27 11:22:11 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2017-03-02 18:54:32 -0300 |
commit | d285f07b365645a0c327a8d41402d710456583b6 (patch) | |
tree | 9f5b2b4cc98c444c1b0b5cd28d8d297d07c0a75c /testing/tests/conftest.py | |
parent | 9a73db4ca31c86bb8c657360e891d55329d65283 (diff) |
[test] use new way of indicating the tcp port for twisted web
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): |