Skip to content

Commit f8aad4e

Browse files
committed
lint
1 parent 2efaa53 commit f8aad4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ def test_secrets_manager_fips_endpoint(self, mock_boto3_client):
2929
mock_boto3_client.return_value = mock_client
3030

3131
os.environ["AWS_REGION"] = "us-gov-east-1"
32-
os.environ["DD_API_KEY_SECRET_ARN"] = "arn:aws:secretsmanager:us-gov-east-1:1234567890:secret:key-name-123ABC"
32+
os.environ[
33+
"DD_API_KEY_SECRET_ARN"
34+
] = "arn:aws:secretsmanager:us-gov-east-1:1234567890:secret:key-name-123ABC"
3335

3436
api_key = api.get_api_key()
3537

0 commit comments

Comments
 (0)