Skip to content

Commit c5da899

Browse files
committed
lint
1 parent be4c9fb commit c5da899

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ def test_ssm_gov_endpoint(self, mock_boto3_client):
121121

122122
api_key = api.get_api_key()
123123

124-
mock_boto3_client.assert_called_with(
125-
"ssm", endpoint_url=None
126-
)
124+
mock_boto3_client.assert_called_with("ssm", endpoint_url=None)
127125
self.assertEqual(api_key, "test-api-key")
128126

129127
@patch("datadog_lambda.config.Config.fips_mode_enabled", True)

0 commit comments

Comments
 (0)