Skip to content

Commit 5ebe0f6

Browse files
committed
Add SECRET_KEY setting for tests
1 parent 96607e0 commit 5ebe0f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
def pytest_configure():
55
settings.configure(
6+
SECRET_KEY="5QuNrDyaxzndTEq9hoEOK9qiBfEQuVFL",
67
MIDDLEWARE_CLASSES=[],
78
INSTALLED_APPS=[
89
"django.contrib.admin",

0 commit comments

Comments
 (0)