Skip to content

Commit

Permalink
tests: Use :memory: so it runs without erroring
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 15, 2022
1 parent 7594e8c commit b2281ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"robots",
]

DATABASES = {"default": {"ENGINE": "django.db.backends.sqlite3"}}
DATABASES = {"default": {"ENGINE": "django.db.backends.sqlite3", "NAME": ":memory:"}}

ROOT_URLCONF = "tests.urls"

Expand Down

0 comments on commit b2281ba

Please sign in to comment.