From 73c6a9bf654b9905d84f653e8cbab4bdaaf16c4e Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Fri, 12 Nov 2021 16:00:37 +0000 Subject: [PATCH] test(integration): enable Rescue SES InvalidParameterValue test --- features/ses/ses.feature | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/features/ses/ses.feature b/features/ses/ses.feature index cb6c002bc984..4351923a341c 100644 --- a/features/ses/ses.feature +++ b/features/ses/ses.feature @@ -13,9 +13,8 @@ Feature: SES When I ask to verify the email address "foo@example.com" Then the status code should be 200 - # Uncomment when P55107118 is resolved - # Scenario: Rescue SES InvalidParameterValue - # When I ask to verify the email address "abc123" - # Then I should get the error: - # | name | message | - # | InvalidParameterValue | Invalid email address. | + Scenario: Rescue SES InvalidParameterValue + When I ask to verify the email address "abc123" + Then I should get the error: + | name | message | + | InvalidParameterValue | Invalid email address. |