From 58d4f7579da9524a7379c43640908f007e53ab7e Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 25 Jan 2021 21:49:13 +0100 Subject: [PATCH] add MEDIA_ROOT to tests --- acronomy/secrets.test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acronomy/secrets.test.py b/acronomy/secrets.test.py index 001b1f8..4ff3f34 100644 --- a/acronomy/secrets.test.py +++ b/acronomy/secrets.test.py @@ -12,5 +12,7 @@ DATABASES = { } } +MEDIA_ROOT = 'testmediaroot' + MATOMO_API_KEY = None