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 be4c9fb commit c5da899Copy full SHA for c5da899
tests/test_api.py
@@ -121,9 +121,7 @@ def test_ssm_gov_endpoint(self, mock_boto3_client):
121
122
api_key = api.get_api_key()
123
124
- mock_boto3_client.assert_called_with(
125
- "ssm", endpoint_url=None
126
- )
+ mock_boto3_client.assert_called_with("ssm", endpoint_url=None)
127
self.assertEqual(api_key, "test-api-key")
128
129
@patch("datadog_lambda.config.Config.fips_mode_enabled", True)
0 commit comments