Skip to content

Commit 3af3a17

Browse files
committed
Add skip for access denied
1 parent 459bb3f commit 3af3a17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/cloudfront/function_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func init() {
2727
func testAccErrorCheckSkipFunction(t *testing.T) resource.ErrorCheckFunc {
2828
return acctest.ErrorCheckSkipMessagesContaining(t,
2929
"InvalidParameterValueException: Unsupported source arn",
30+
"AccessDenied",
3031
)
3132
}
3233

0 commit comments

Comments
 (0)