From 8e240d3f5039b0f1206df0a49fe2c95bcba75848 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 24 Nov 2023 14:40:51 +0100 Subject: [PATCH] FIX TESTS_DIR --- src/wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrapper.py b/src/wrapper.py index 9274b6a..700a452 100644 --- a/src/wrapper.py +++ b/src/wrapper.py @@ -9,7 +9,7 @@ from src.dirmanager import DirManager from src.tests_authentik.runner_authentik import RunnerAuthentik from src.tests_wordpress.runner_wordpress import RunnerWordpress -TESTS_DIR = Path("../tests").resolve() +TESTS_DIR = Path("./tests").resolve() ENV_FILES = [ Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik