mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Flake8 clean
This commit is contained in:
@@ -599,9 +599,9 @@ class SendGridBackendAnymailFeatureTests(SendGridBackendMockAPITestCase):
|
||||
['"Recipient, Ltd." <to@example.com>'])
|
||||
data = self.get_api_call_json()
|
||||
self.assertEqual(data["personalizations"][0]["to"][0],
|
||||
{"email": "to@example.com", "name": "Recipient, Ltd."}) # no extra quotes on name
|
||||
{"email": "to@example.com", "name": "Recipient, Ltd."}) # no extra quotes on name
|
||||
self.assertEqual(data["from"],
|
||||
{"email": "from@example.com", "name": "Sender, Inc."})
|
||||
{"email": "from@example.com", "name": "Sender, Inc."})
|
||||
|
||||
|
||||
class SendGridBackendRecipientsRefusedTests(SendGridBackendMockAPITestCase):
|
||||
|
||||
Reference in New Issue
Block a user