Skip to content

Commit 62c0122

Browse files
test fix for identity policy emptyStatement
1 parent 3c2ffd9 commit 62c0122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci/identity_policy_scenario_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func (s *ResourceIdentityPolicyTestSuite) TestAccResourceIdentityPolicy_emptySta
164164
"",
165165
"Allow group ${oci_identity_group.t.name} to inspect instances in tenancy"]
166166
}`, nil),
167-
ExpectError: regexp.MustCompile("Service error:InvalidParameter"),
167+
ExpectError: regexp.MustCompile("InvalidParameter"),
168168
},
169169
},
170170
},

0 commit comments

Comments
 (0)