Skip to content

Commit

Permalink
Fix 'TestAccEventsTarget_Input_transformer'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Apr 16, 2024
1 parent d5d5eac commit 23d1281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/events/target_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ func TestAccEventsTarget_Input_transformer(t *testing.T) {
Steps: []resource.TestStep{
{
Config: testAccTargetConfig_inputTransformer(rName, tooManyInputPaths),
ExpectError: regexache.MustCompile(`.*expected number of items in.* to be less than or equal to.*`),
ExpectError: regexache.MustCompile(`Map must contain at most \d+ elements: length=\d+`),
},
{
Config: testAccTargetConfig_inputTransformer(rName, validInputPaths),
Expand Down

0 comments on commit 23d1281

Please sign in to comment.