Skip to content

Commit 1e4abad

Browse files
committed
Update Postmark integration test
Error message changed for invalid API token
1 parent f50908c commit 1e4abad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_postmark_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ def test_invalid_server_token(self):
7979
err = cm.exception
8080
self.assertEqual(err.status_code, 401)
8181
# Make sure the exception message includes Postmark's response:
82-
self.assertIn("Bad or missing Server API token", str(err))
82+
self.assertIn("Please verify that you are using a valid token", str(err))

0 commit comments

Comments
 (0)