typo
This commit is contained in:
parent
d29e8102e9
commit
2394d2fd9b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ from src.tests_nextcloud.runner_nextcloud import RunnerNextcloud
|
||||||
from src.tests_wordpress.runner_wordpress import RunnerWordpress
|
from src.tests_wordpress.runner_wordpress import RunnerWordpress
|
||||||
from src.utils import rmtree
|
from src.utils import rmtree
|
||||||
|
|
||||||
# Register all runners here. Each .env file with TYPE=authentik will be ran with RunnerAuthentik
|
# Register all runners here. Each .env file with TYPE=authentik will be run with RunnerAuthentik
|
||||||
RUNNER_DICT: dict[str, type[Runner]] = {
|
RUNNER_DICT: dict[str, type[Runner]] = {
|
||||||
"authentik": RunnerAuthentik,
|
"authentik": RunnerAuthentik,
|
||||||
"wordpress": RunnerWordpress,
|
"wordpress": RunnerWordpress,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue