Skip to content

Commit

Permalink
[access_key_test.go] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaMuro committed Aug 6, 2024
1 parent ec4ef7a commit 97aed46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/aws/access_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ func TestResolveLocalAnd1PasswordConfigurations(t *testing.T) {
description: "has region both in 1Password and local config, but values differ",
itemFields: map[sdk.FieldName]string{
fieldname.OneTimePassword: "515467",
fieldname.DefaultRegion: "us-east-2",
fieldname.Region: "us-east-2",
},
awsConfig: &confighelpers.Config{
ProfileName: "dev",
Expand Down

0 comments on commit 97aed46

Please sign in to comment.