Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2024
1 parent 7b712ce commit 9566320
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/awx_plugins/credentials/aws_assumerole.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'label': 'External ID',
'type': 'string',
'help_text': _(

Check warning on line 45 in src/awx_plugins/credentials/aws_assumerole.py

View check run for this annotation

Codecov / codecov/patch

src/awx_plugins/credentials/aws_assumerole.py#L45

Added line #L45 was not covered by tests
'The optional External ID which will'
'The optional External ID which will'
'be provided to the assume role API.',
),
},
Expand All @@ -55,13 +55,13 @@
'type': 'string',
'help_text': _(

Check warning on line 56 in src/awx_plugins/credentials/aws_assumerole.py

View check run for this annotation

Codecov / codecov/patch

src/awx_plugins/credentials/aws_assumerole.py#L56

Added line #L56 was not covered by tests
'The name of the key in the assumed AWS role'
'to fetch [AccessKeyId | SecretAccessKey | SessionToken].'
),
'to fetch [AccessKeyId | SecretAccessKey | SessionToken].',
),
},
],
'required': [
'role_arn',
],
],
}


Expand Down

0 comments on commit 9566320

Please sign in to comment.