Skip to content

Commit

Permalink
Merge pull request #2217 from open-formulieren/fix/submissions-tests
Browse files Browse the repository at this point in the history
Improve example config for future devs
  • Loading branch information
sergei-maertens authored Oct 21, 2022
2 parents ad337c0 + cd8ae44 commit 8a1b8df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/openforms/conf/local_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@
CORS_ALLOW_ALL_ORIGINS = True

# run celery tasks so submissions get processed in dev server
CELERY_TASK_ALWAYS_EAGER = True
# Ceveat emptor: this breaks test isolation and breaks a few tests in the suite
# CELERY_TASK_ALWAYS_EAGER = True

# don't force tokens in dev server
TWO_FACTOR_PATCH_ADMIN = False
TWO_FACTOR_FORCE_OTP_ADMIN = False

0 comments on commit 8a1b8df

Please sign in to comment.