...bandit

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-03-23 21:07:31 +00:00
parent 5b91cb5ff3
commit 25181d079e

View File

@ -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