root: fix lint error
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
546425acde
commit
d12db62a6d
|
@ -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()
|
||||
|
|
Reference in New Issue