Skip to content

Commit 97aed46

Browse files
committed
[access_key_test.go] Fix test
1 parent ec4ef7a commit 97aed46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/aws/access_key_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ func TestResolveLocalAnd1PasswordConfigurations(t *testing.T) {
643643
description: "has region both in 1Password and local config, but values differ",
644644
itemFields: map[sdk.FieldName]string{
645645
fieldname.OneTimePassword: "515467",
646-
fieldname.DefaultRegion: "us-east-2",
646+
fieldname.Region: "us-east-2",
647647
},
648648
awsConfig: &confighelpers.Config{
649649
ProfileName: "dev",

0 commit comments

Comments
 (0)