Skip to content

Commit

Permalink
Add TWFY_API_KEY to test config
Browse files Browse the repository at this point in the history
  • Loading branch information
sagepe committed Nov 5, 2024
1 parent 20bb090 commit ae033d9
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,6 +11,7 @@ def django_db_setup():
ALLOWED_HOSTS=(list, []),
HIDE_DEBUG_TOOLBAR=(bool, False),
GOOGLE_ANALYTICS=(str, ""),
TWFY_API_KEY=(str, ""),
)

settings.DATABASES = {"default": env.db()}

0 comments on commit ae033d9

Please sign in to comment.