From 2d0d49059d061681bcd2f675630a1f29ddcd1a23 Mon Sep 17 00:00:00 2001 From: Dragomir Penev <6687393+dragomirp@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:38:37 +0300 Subject: [PATCH] Update constants.py --- src/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.py b/src/constants.py index 269996c6d..521dedc83 100644 --- a/src/constants.py +++ b/src/constants.py @@ -37,6 +37,7 @@ APP_SCOPE = "app" UNIT_SCOPE = "unit" +# TEST SECRET_KEY_OVERRIDES = { "ca": "cauth", "monitoring_password": "monitoring-password",