rename runner.name to runner.env_type

This commit is contained in:
Daniel 2023-12-05 23:24:37 +01:00
parent e415b8a16a
commit a6c7a18e7b
7 changed files with 10 additions and 10 deletions

View file

@ -10,6 +10,6 @@ def condition_always_false(dotenv_config: dict[str, str]) -> bool:
class RunnerAuthentik(Runner):
name = "authentik"
env_type = "authentik"
setups = [Test(test_file="setup_authentik.py")]
# tests = [Test(test_file="test_authentik_dummy.py")]