Skip to content

Commit 510fe41

Browse files
committed
address possible race condition in policy test
1 parent cb67915 commit 510fe41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data_source_obmcs_identity_policies_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ func (s *DatasourceIdentityPolicyTestSuite) TestAccDatasourceIdentityPolicies_ba
5353
{
5454
ImportState: true,
5555
ImportStateVerify: true,
56-
Config: s.Config + `
56+
Config: s.Config,
57+
},{
58+
Config: s.Config + `
5759
data "oci_identity_policies" "p" {
5860
compartment_id = "${oci_identity_compartment.t.id}"
5961
}`,

0 commit comments

Comments
 (0)