enable all tests
This commit is contained in:
parent
cad8e3417a
commit
1d316ea744
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue