Skip to content

Commit bdb1c66

Browse files
authored
Merge pull request #9785 from terraform-providers/t-aws_organizations_organization-PreCheck
tests/data-source/aws_organizations_organization: Add Organizations PreCheck
2 parents 3ac0b23 + ae54b37 commit bdb1c66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws/data_source_aws_organizations_organization_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ func testAccDataSourceAwsOrganizationsOrganization_basic(t *testing.T) {
1313
resource.Test(t, resource.TestCase{
1414
PreCheck: func() {
1515
testAccPreCheck(t)
16+
testAccOrganizationsAccountPreCheck(t)
1617
},
1718
Providers: testAccProviders,
1819
Steps: []resource.TestStep{

0 commit comments

Comments
 (0)