Skip to content

Commit 48e9a18

Browse files
committed
switch to using locmen for tests
1 parent 12d7bd1 commit 48e9a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
4242

43-
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
43+
EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend"
4444

4545
STATIC_URL = "/static/"
4646

0 commit comments

Comments
 (0)