summaryrefslogtreecommitdiff
path: root/tests/settings_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/settings_tests')
-rw-r--r--tests/settings_tests/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/settings_tests/tests.py b/tests/settings_tests/tests.py
index e958a984fa..ffe096087a 100644
--- a/tests/settings_tests/tests.py
+++ b/tests/settings_tests/tests.py
@@ -483,6 +483,7 @@ class TestListSettings(SimpleTestCase):
"INSTALLED_APPS",
"TEMPLATE_DIRS",
"LOCALE_PATHS",
+ "SECRET_KEY_FALLBACKS",
)
def test_tuple_settings(self):