wip add cleanup routine to delete user

This commit is contained in:
Daniel 2023-12-14 13:02:31 +01:00
parent 359a18eae5
commit b13303d404
2 changed files with 31 additions and 0 deletions

View file

@ -5,3 +5,4 @@ class RunnerAuthentik(Runner):
env_type = "authentik"
setups = [Test(test_file="setup_authentik.py")]
tests = [Test(test_file="test_authentik_blueprint_api.py")]
cleanups = [Test(test_file="cleanup_authentik.py", prevent_skip=True)]