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 aeb60ad commit a79ec73Copy full SHA for a79ec73
mns_subscription/tests/test_mns_service.py
@@ -54,7 +54,7 @@ def test_unhandled_error(self, mock_post):
54
with self.assertRaises(UnhandledResponseError) as context:
55
service.subscribe_notification()
56
57
- self.assertIn("Please provide the correct resource type", str(context.exception))
+ self.assertIn("MNS subscription failed with status", str(context.exception))
58
59
60
if __name__ == "__main__":
0 commit comments