Skip to content

Commit 493f14e

Browse files
committed
fix(api): ensure test uses locmem email backend
1 parent 549d95f commit 493f14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/desecapi/tests/test_mail_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
)
2020
class MultiLaneEmailBackendTestCase(TestCase):
21-
test_backend = settings.EMAIL_BACKEND
21+
test_backend = 'django.core.mail.backends.locmem.EmailBackend'
2222

2323
def test_lanes(self):
2424
debug_params = {"foo": "bar"}

0 commit comments

Comments
 (0)