From 25181d079ea3acabb6ed3f3fc0a01616f9ea14b2 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 23 Mar 2025 21:07:31 +0000 Subject: [PATCH] ...bandit Signed-off-by: Jens Langhammer --- tests/e2e/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/utils.py b/tests/e2e/utils.py index 42e0142b3d..358709e52b 100644 --- a/tests/e2e/utils.py +++ b/tests/e2e/utils.py @@ -150,7 +150,7 @@ class DockerTestCase(TestCase): class SeleniumTestCase(DockerTestCase, StaticLiveServerTestCase): """StaticLiveServerTestCase which automatically creates a Webdriver instance""" - host = "0.0.0.0" + host = "0.0.0.0" # nosec Required for containers to reach us directly on the host wait_timeout: int user: User