From 4ce5add5df25e7e6758a27914881df5b770b6870 Mon Sep 17 00:00:00 2001 From: Craig Rueda Date: Thu, 2 Jan 2020 10:57:54 -0800 Subject: [PATCH] Making test_config and main config the same (#8838) --- tests/superset_test_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/superset_test_config.py b/tests/superset_test_config.py index 3627aa395..6e30bfd7a 100644 --- a/tests/superset_test_config.py +++ b/tests/superset_test_config.py @@ -40,7 +40,6 @@ def GET_FEATURE_FLAGS_FUNC(ff): TESTING = True -SECRET_KEY = "thisismyscretkey" WTF_CSRF_ENABLED = False PUBLIC_ROLE_LIKE_GAMMA = True AUTH_ROLE_PUBLIC = "Public"