enable all tests

This commit is contained in:
Daniel 2023-11-27 16:58:07 +01:00
parent cad8e3417a
commit 1d316ea744

View file

@ -13,7 +13,7 @@ from src.wrapper import Wrapper
# would be wordpress env file is before authentik env file). # would be wordpress env file is before authentik env file).
ENV_FILES = [ ENV_FILES = [
Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik 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() OUTPUT_DIR = Path("./test-output").resolve()