Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofenoglio committed Oct 17, 2024
1 parent 8b6144e commit df74769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_modules/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_refresh_layer_credentials(mock_boto, mock_open, mock_update_conf, sso_c
[
ClientError({"Error": {"Code": "AccessDeniedException", "Message": "No access"}}, "GetRoleCredentials"),
ClientError({"Error": {"Code": "ForbiddenException", "Message": "No access"}}, "GetRoleCredentials"),
]
],
)
def test_refresh_layer_credentials_no_access(mock_update_conf, mock_open, sso_container, error):
with mock.patch("boto3.client") as mocked_client:
Expand Down

0 comments on commit df74769

Please sign in to comment.