Files
authentik/tests/openid_conformance/test_basic.py
Jens Langhammer 9503c8d2e2 split up
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2025-06-01 20:00:46 +02:00

11 lines
346 B
Python

from tests.e2e.utils import retry
from tests.openid_conformance.base import TestOpenIDConformance
class TestOpenIDConformanceBasic(TestOpenIDConformance):
@retry()
def test_oidcc_basic_certification_test(self):
test_plan_name = "oidcc-basic-certification-test-plan"
self.run_test(test_plan_name, self.test_plan_config)