We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ba5dc commit 86a452bCopy full SHA for 86a452b
test.py
@@ -82,7 +82,7 @@ def test_client_custom_version(self):
82
self.assertEqual(self.client.config.version, 'v3.1')
83
self.assertEqual(
84
self.client.config['send'][0],
85
- 'https://api.mailjet.com/v3.1/send'
+ 'https://api.eu.mailjet.com/v3.1/send'
86
)
87
88
def test_user_agent(self):
0 commit comments