Skip to content

Commit

Permalink
hashicorp#931 we should get NotificaitonAttributes, not VerificationA…
Browse files Browse the repository at this point in the history
…ttributes
  • Loading branch information
hussfelt committed Apr 1, 2018
1 parent e937e01 commit f67e36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_ses_identity_notification_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func testAccCheckAwsSESIdentityNotificationDestroy(s *terraform.State) error {
}

identity := rs.Primary.ID
params := &ses.GetIdentityVerificationAttributesInput{
params := &ses.GetIdentityNotificationAttributesInput{
Identities: []*string{aws.String(identity)},
}

Expand Down

0 comments on commit f67e36b

Please sign in to comment.