add comment

This commit is contained in:
Daniel 2023-12-01 15:09:45 +01:00
parent 010b1187c0
commit b62adc0c2a

View file

@ -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