Skip to content

Commit 7447411

Browse files
committed
lint
1 parent 3ed03a1 commit 7447411

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_api.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,6 @@ def test_no_fips_for_standard_regions(self, mock_boto3_client):
111111

112112
api.get_api_key()
113113

114-
mock_boto3_client.assert_called_with("secretsmanager", endpoint_url=None, region_name="us-west-2")
114+
mock_boto3_client.assert_called_with(
115+
"secretsmanager", endpoint_url=None, region_name="us-west-2"
116+
)

0 commit comments

Comments
 (0)