Skip to content

Commit 6819096

Browse files
committed
attempt to fix tests
1 parent b1fc28a commit 6819096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: internal/resources/cloudprovider/resource_aws_account_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ func TestAccResourceAWSAccount(t *testing.T) {
2121

2222
account := cloudproviderapi.AWSAccount{
2323
RoleARN: testCfg.roleARN,
24+
Name: testCfg.accountName,
2425
Regions: []string{"us-east-1", "us-east-2", "us-west-1"},
2526
}
2627
var gotAccount cloudproviderapi.AWSAccount

0 commit comments

Comments
 (0)