replace mailjet with sendgrid

This commit is contained in:
Aarni Halinen
2021-05-16 16:43:25 +03:00
parent f72017df01
commit c6374d88b6
9 changed files with 70 additions and 66 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ class SignupTestCase(APITestCase):
def test_delete_signup_token(self):
pass
# TODO: Use some mocking library and check that mailjet is actually called
# TODO: Use some mocking library and check that sendgrid is actually called
def test_signupee_sendemail(self):
form = self.signupForm
emailURL = f"/api/signupForm/{form.id}/sendemail/"