Skip to content

Commit a79ec73

Browse files
committed
resolve tests
1 parent aeb60ad commit a79ec73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mns_subscription/tests/test_mns_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_unhandled_error(self, mock_post):
5454
with self.assertRaises(UnhandledResponseError) as context:
5555
service.subscribe_notification()
5656

57-
self.assertIn("Please provide the correct resource type", str(context.exception))
57+
self.assertIn("MNS subscription failed with status", str(context.exception))
5858

5959

6060
if __name__ == "__main__":

0 commit comments

Comments
 (0)