From 1e8935f29d586d3e8f1510d69b996c5c6ce29d1c Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 25 Jan 2021 21:47:25 +0100 Subject: [PATCH] fix test secrets --- acronomy/secrets.test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acronomy/secrets.test.py b/acronomy/secrets.test.py index 6e69b92..001b1f8 100644 --- a/acronomy/secrets.test.py +++ b/acronomy/secrets.test.py @@ -7,7 +7,9 @@ Production = False ADS_AUTH_TOKEN = None DATABASES = { + 'default': { 'ENGINE': 'django.db.backends.sqlite3', + } }