tests/integration: add more tests for docker outpost

This commit is contained in:
Jens Langhammer
2021-03-05 19:09:13 +01:00
parent 93b50e7d6e
commit 082628771b
4 changed files with 122 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from authentik.providers.proxy.controllers.kubernetes import ProxyKubernetesCont
from authentik.providers.proxy.models import ProxyProvider
class TestControllers(TestCase):
class TestProxyKubernetes(TestCase):
"""Test Controllers"""
def setUp(self):