FIX TESTS_DIR

This commit is contained in:
Daniel 2023-11-24 14:40:51 +01:00
parent 32d61cd297
commit 8e240d3f50

View file

@ -9,7 +9,7 @@ from src.dirmanager import DirManager
from src.tests_authentik.runner_authentik import RunnerAuthentik from src.tests_authentik.runner_authentik import RunnerAuthentik
from src.tests_wordpress.runner_wordpress import RunnerWordpress from src.tests_wordpress.runner_wordpress import RunnerWordpress
TESTS_DIR = Path("../tests").resolve() TESTS_DIR = Path("./tests").resolve()
ENV_FILES = [ ENV_FILES = [
Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik