Skip to content

Commit 3a0df44

Browse files
authored
Merge pull request #65 from diskovod/patch-5
Update test.py
2 parents a7748c3 + 49da6fe commit 3a0df44

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.eu.mailjet.com/v3.1/send'
85+
'https://api.mailjet.com/v3.1/send'
8686
)
8787

8888
def test_user_agent(self):

0 commit comments

Comments
 (0)