From 1d316ea744dcba6b9f303ba64a194b40f3ea0712 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 27 Nov 2023 16:58:07 +0100 Subject: [PATCH] enable all tests --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1ea922a..1461740 100644 --- a/main.py +++ b/main.py @@ -13,7 +13,7 @@ from src.wrapper import Wrapper # would be wordpress env file is before authentik env file). ENV_FILES = [ Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik - # Path("envfiles/blog.test.dev.local-it.cloud.env"), # wordpress + Path("envfiles/blog.test.dev.local-it.cloud.env"), # wordpress ] OUTPUT_DIR = Path("./test-output").resolve()