summaryrefslogtreecommitdiff
path: root/service/test/support/integration/app_test_client.py
diff options
context:
space:
mode:
authorFolker Bernitt <fbernitt@thoughtworks.com>2015-07-30 11:57:56 +0200
committerFolker Bernitt <fbernitt@thoughtworks.com>2015-08-11 17:00:30 +0200
commite9416f5ebdced75f9463073a25d2b999969124a4 (patch)
tree64c55ff059c997fb59d9ada7adca50a90356321a /service/test/support/integration/app_test_client.py
parent5d45904c0d26045bc5174210577527506997b16b (diff)
Start events server before running functional tests.
- Issue #420 - Should create server.key before behave tests - Revert "move events diabling to AppTestClient for functional tests"
Diffstat (limited to 'service/test/support/integration/app_test_client.py')
-rw-r--r--service/test/support/integration/app_test_client.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py
index e4f9e82a..c6cd9936 100644
--- a/service/test/support/integration/app_test_client.py
+++ b/service/test/support/integration/app_test_client.py
@@ -42,7 +42,6 @@ from pixelated.resources.root_resource import RootResource
from test.support.integration.model import MailBuilder
from test.support.test_helper import request_mock
from test.support.integration.model import ResponseMail
-from leap.common.events.flags import set_events_enabled
class AppTestClient(object):
@@ -56,8 +55,6 @@ class AppTestClient(object):
@defer.inlineCallbacks
def start_client(self):
- # This class wont work with zmq events for now, check again on future
- set_events_enabled(False)
soledad_test_folder = self._generate_soledad_test_folder_name()
SearchEngine.DEFAULT_INDEX_HOME = soledad_test_folder