summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-02-27 11:22:11 -0300
committerVictor Shyba <victor1984@riseup.net>2017-03-02 18:54:32 -0300
commitd285f07b365645a0c327a8d41402d710456583b6 (patch)
tree9f5b2b4cc98c444c1b0b5cd28d8d297d07c0a75c
parent9a73db4ca31c86bb8c657360e891d55329d65283 (diff)
[test] use new way of indicating the tcp port for twisted web
-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 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):