Skip to content

Commit 1545265

Browse files
authored
Enable Rescue SES InvalidParameterValue test (#3958)
1 parent 3c2972d commit 1545265

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: features/ses/ses.feature

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Feature: SES
1313
When I ask to verify the email address "[email protected]"
1414
Then the status code should be 200
1515

16-
# Scenario: Rescue SES InvalidParameterValue
17-
# When I ask to verify the email address "abc123"
18-
# Then I should get the error:
19-
# | code | message |
20-
# | InvalidParameterValue | Invalid email address<abc123>. |
16+
Scenario: Rescue SES InvalidParameterValue
17+
When I ask to verify the email address "abc123"
18+
Then I should get the error:
19+
| code | message |
20+
| InvalidParameterValue | Invalid email address<abc123>. |

0 commit comments

Comments
 (0)