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 c896255 commit 50ba5dcCopy full SHA for 50ba5dc
test.py
@@ -90,7 +90,7 @@ def test_user_agent(self):
90
auth=self.auth,
91
version='v3.1'
92
)
93
- self.assertEqual(self.client.config.user_agent, 'mailjet-apiv3-python/v1.3.2')
+ self.assertEqual(self.client.config.user_agent, 'mailjet-apiv3-python/v1.3.3')
94
95
96
if __name__ == '__main__':
0 commit comments