summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/integration_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/postgres_tests/integration_settings.py')
-rw-r--r--tests/postgres_tests/integration_settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/postgres_tests/integration_settings.py b/tests/postgres_tests/integration_settings.py
index c4ec0d1157..7e2ea9c8d0 100644
--- a/tests/postgres_tests/integration_settings.py
+++ b/tests/postgres_tests/integration_settings.py
@@ -1,5 +1,5 @@
-SECRET_KEY = 'abcdefg'
+SECRET_KEY = "abcdefg"
INSTALLED_APPS = [
- 'django.contrib.postgres',
+ "django.contrib.postgres",
]