From fa6b0f900afbca2bd7bda5fe04c4f1218ca6aa6d Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 9 Jul 2019 21:36:18 -0400 Subject: [PATCH] tests: Add axes to INSTALLED_APPS to fix tests Signed-off-by: James Valleroy --- plinth/tests/data/django_test_settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plinth/tests/data/django_test_settings.py b/plinth/tests/data/django_test_settings.py index 14e074b15..7ae221dde 100644 --- a/plinth/tests/data/django_test_settings.py +++ b/plinth/tests/data/django_test_settings.py @@ -31,6 +31,7 @@ DATABASES = { } INSTALLED_APPS = [ + 'axes', 'captcha', 'bootstrapform', 'django.contrib.auth',