summaryrefslogtreecommitdiff
path: root/tests/unit/test_web_urls.py
diff options
context:
space:
mode:
authorJan Kubovy <jan.kubovy@bmw.de>2021-02-08 15:08:32 +0100
committerFelix Edel <felix.edel@bmw.de>2021-02-15 14:44:18 +0100
commitcca699ae39ddb7296cdbf8300371e2aa46f2a12f (patch)
tree07d03637d350370ff21d9fed2dc3c93bf44a9cac /tests/unit/test_web_urls.py
parentd518e56208c857fd1438d614961a2c66dd92ca7d (diff)
downloadzuul-cca699ae39ddb7296cdbf8300371e2aa46f2a12f.tar.gz
Mandatory Zookeeper connection for ZuulWeb in tests
This is needed for change: I532dfb5af56a5d3074a808c4cf4a6854285636e8 Change-Id: Ice363c53b53ed90aec2f61849a4fea0f490b06a7
Diffstat (limited to 'tests/unit/test_web_urls.py')
-rw-r--r--tests/unit/test_web_urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_web_urls.py b/tests/unit/test_web_urls.py
index 1b017602e..db28fa07a 100644
--- a/tests/unit/test_web_urls.py
+++ b/tests/unit/test_web_urls.py
@@ -31,7 +31,7 @@ class TestWebURLs(ZuulTestCase):
self.additional_event_queues, self.upstream_root,
self.rpcclient, self.poller_events,
self.git_url_with_auth, self.addCleanup,
- self.test_root))
+ self.test_root, self.zk_config))
def _get(self, port, uri):
url = "http://localhost:{}{}".format(port, uri)