add comment
This commit is contained in:
parent
010b1187c0
commit
b62adc0c2a
1 changed files with 2 additions and 0 deletions
2
main.py
2
main.py
|
|
@ -17,6 +17,8 @@ from src.utils import get_session_id
|
||||||
# requires that authentik ran first to create the admin session and the user
|
# requires that authentik ran first to create the admin session and the user
|
||||||
# session. At the moment, wrong ordering results in unsuccessful test
|
# session. At the moment, wrong ordering results in unsuccessful test
|
||||||
# (wrong ordering would be wordpress env file is before authentik env file).
|
# (wrong ordering would be wordpress env file is before authentik env file).
|
||||||
|
# At the moment, functionailty is only guaranteed if each env file use
|
||||||
|
# a unique TYPE var.
|
||||||
|
|
||||||
ENV_FILES = [
|
ENV_FILES = [
|
||||||
Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik
|
Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue