Skip to content

Commit 673c964

Browse files
authored
Merge pull request #37 from todorDim/master
Fix unit tests for new API address
2 parents eedb5ab + 86a452b commit 673c964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_client_custom_version(self):
8282
self.assertEqual(self.client.config.version, 'v3.1')
8383
self.assertEqual(
8484
self.client.config['send'][0],
85-
'https://api.mailjet.com/v3.1/send'
85+
'https://api.eu.mailjet.com/v3.1/send'
8686
)
8787

8888
def test_user_agent(self):

0 commit comments

Comments
 (0)