Skip to content

Commit

Permalink
Run 'make fmt'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Sep 19, 2024
1 parent d0a8bbe commit 73f271f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/service/ses/event_destination_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ func TestAccSESEventDestination_basic(t *testing.T) {
statecheck.ExpectKnownValue(resourceName, tfjsonpath.New("cloudwatch_destination"), knownvalue.SetSizeExact(2)),
statecheck.ExpectKnownValue(resourceName, tfjsonpath.New("cloudwatch_destination"), knownvalue.SetExact([]knownvalue.Check{
knownvalue.ObjectExact(map[string]knownvalue.Check{
names.AttrDefaultValue: knownvalue.StringExact("default"),
"dimension_name": knownvalue.StringExact("dimension"),
"value_source": knownvalue.StringExact("emailHeader"),
names.AttrDefaultValue: knownvalue.StringExact("default"),
"dimension_name": knownvalue.StringExact("dimension"),
"value_source": knownvalue.StringExact("emailHeader"),
}),
knownvalue.ObjectExact(map[string]knownvalue.Check{
names.AttrDefaultValue: knownvalue.StringExact("default"),
"dimension_name": knownvalue.StringExact("ses:source-ip"),
"value_source": knownvalue.StringExact("messageTag"),
names.AttrDefaultValue: knownvalue.StringExact("default"),
"dimension_name": knownvalue.StringExact("ses:source-ip"),
"value_source": knownvalue.StringExact("messageTag"),
}),
})),
statecheck.ExpectKnownValue(resourceName, tfjsonpath.New("configuration_set_name"), knownvalue.StringExact(rName1)),
Expand Down

0 comments on commit 73f271f

Please sign in to comment.