Skip to content

Commit

Permalink
Added SECRET_KEY to test settings (#1496)
Browse files Browse the repository at this point in the history
* Added `SECRET_KEY` to settings
django/django@948a874 requires a `SECRET_KEY` in the settings file to avoid raising an `ImproperlyConfigured` error.
  • Loading branch information
smithdc1 committed Oct 5, 2020
1 parent 015b48b commit 8e575dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ def pytest_configure():
"django.contrib.admin",
"channels",
],
SECRET_KEY="Not_a_secret_key",
)

0 comments on commit 8e575dd

Please sign in to comment.