Skip to content

Commit 98ffeee

Browse files
authored
Merge pull request #271 from oracle/masm-datasourcepolicytestfix
address possible race condition in policy test
2 parents cb67915 + 510fe41 commit 98ffeee

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)