From b62adc0c2a7fbbb77120cc08f2e43cb2e63c7b55 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 1 Dec 2023 15:09:45 +0100 Subject: [PATCH] add comment --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index f71cc25..e0451d9 100644 --- a/main.py +++ b/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 # session. At the moment, wrong ordering results in unsuccessful test # (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 = [ Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik