Skip to content

Commit

Permalink
Pass the required external id in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored and thedoubl3j committed Oct 10, 2024
1 parent 0eb6e86 commit 164b54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/credential_plugins_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def mock_getcreds(
)

token = aws_assumerole.aws_assumerole_backend(
external_id=42,
identifier=identifier_key or 'access_token',
role_arn='the_arn',
**explicit_creds,
Expand Down

0 comments on commit 164b54a

Please sign in to comment.