From 556f64e5106608c353536e1dbbbc695d68bca358 Mon Sep 17 00:00:00 2001 From: Chris Clark Date: Wed, 17 Jul 2024 11:35:26 -0400 Subject: [PATCH] test settings --- explorer/tests/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/explorer/tests/settings.py b/explorer/tests/settings.py index 338b14a1..a6e83db8 100644 --- a/explorer/tests/settings.py +++ b/explorer/tests/settings.py @@ -1,9 +1,8 @@ from test_project.settings import * # noqa EXPLORER_ENABLE_ANONYMOUS_STATS = False -EXPLORER_TASKS_ENABLED = True # set to true to test async tasks +EXPLORER_TASKS_ENABLED = True EXPLORER_AI_API_KEY = "foo" -EXPLORER_CHARTS_ENABLED = True CELERY_BROKER_URL = "redis://localhost:6379/0" CELERY_TASK_ALWAYS_EAGER = True TEST_MODE = True