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 f50908c commit 1e4abadCopy full SHA for 1e4abad
tests/test_postmark_integration.py
@@ -79,4 +79,4 @@ def test_invalid_server_token(self):
79
err = cm.exception
80
self.assertEqual(err.status_code, 401)
81
# Make sure the exception message includes Postmark's response:
82
- self.assertIn("Bad or missing Server API token", str(err))
+ self.assertIn("Please verify that you are using a valid token", str(err))
0 commit comments