web: fix mixed Static/TOTP pages

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-05-16 18:59:33 +02:00
parent 41f6d3b6e7
commit 07dc648470
5 changed files with 31 additions and 31 deletions

View File

@ -11,6 +11,6 @@ class TestConfig(APITestCase):
def test_config(self):
"""Test YAML generation"""
response = self.client.get(
reverse("authentik_api:configs-list"),
reverse("authentik_api:configs"),
)
self.assertTrue(loads(response.content.decode()))