wip add cleanup routine to delete user
This commit is contained in:
parent
359a18eae5
commit
b13303d404
2 changed files with 31 additions and 0 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue