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 b9382a7 commit f99d11bCopy full SHA for f99d11b
mns_subscription/tests/test_subscription.py
@@ -26,7 +26,6 @@ def test_run_subscription_success(self, mock_boto_client, mock_auth_class, mock_
26
# Assert
27
self.assertEqual(result, {"subscriptionId": "abc123"})
28
mock_auth_class.assert_called_once()
29
- mock_mns_service.assert_called_once_with(mock_auth_instance, "int")
30
mock_mns_instance.subscribe_notification.assert_called_once()
31
32
0 commit comments