From d12db62a6d49a81d71f44003ed23dc681c82a378 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 20 Jul 2023 00:38:01 +0200 Subject: [PATCH] root: fix lint error Signed-off-by: Jens Langhammer --- authentik/lib/tests/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/lib/tests/test_config.py b/authentik/lib/tests/test_config.py index adac211c6..6a5765632 100644 --- a/authentik/lib/tests/test_config.py +++ b/authentik/lib/tests/test_config.py @@ -60,7 +60,7 @@ class TestConfig(TestCase): unlink(file_name) - def test_uri_env(self): + def test_uri_env_full(self): """Test URI set as env variable""" environ["AUTHENTIK_TEST_VAR"] = "file:///foo?bar" config = ConfigLoader()