implement remove_user in authentik
This commit is contained in:
parent
b13303d404
commit
baf6f6a655
2 changed files with 17 additions and 7 deletions
|
|
@ -5,4 +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)]
|
||||
cleanups = [Test(test_file="cleanup_authentik.py")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue