Skip to content

Commit

Permalink
test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Jul 17, 2024
1 parent 0cd53fe commit 556f64e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions explorer/tests/settings.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 556f64e

Please sign in to comment.