Skip to content

Commit 49da6fe

Browse files
authored
Update test.py
Updated link line 85
1 parent a7748c3 commit 49da6fe

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)