Skip to content

Commit

Permalink
Add GovCloud skip
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Nov 18, 2021
1 parent e93c5ca commit 9848f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/lambda/function_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ import (

func init() {
acctest.RegisterServiceErrorCheckFunc(lambda.EndpointsID, testAccErrorCheckSkipLambda)

}

func testAccErrorCheckSkipLambda(t *testing.T) resource.ErrorCheckFunc {
return acctest.ErrorCheckSkipMessagesContaining(t,
"InvalidParameterValueException: Unsupported source arn",
"InvalidParameterValueException: CompatibleArchitectures are not",
)
}

Expand Down

0 comments on commit 9848f06

Please sign in to comment.