From a2dcdd76de25bb1333a169554fee2d12e3739a93 Mon Sep 17 00:00:00 2001 From: Charles-Pham Date: Thu, 19 Dec 2024 12:11:33 -0700 Subject: [PATCH] Totally a functional change and not a way to get tests to try to rerun with the correct config --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 92129d922..7d15205a7 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,5 @@ AEM_GRAPHQL_ENDPOINT = "test.com" +# Code suggests this is optional but it is actually not because of changes in the structure of the response AEM_GRAPHQL_FOLDER = "test_folder/path" LOGGING_LEVEL = " info or debug" MSCA_BASE_URL = "MSCA base url"