Skip to content

Commit 179afb9

Browse files
authored
test(integration): enable Rescue SES InvalidParameterValue test (#3020)
1 parent 7cf73ea commit 179afb9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

features/ses/ses.feature

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +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-
# Uncomment when P55107118 is resolved
17-
# Scenario: Rescue SES InvalidParameterValue
18-
# When I ask to verify the email address "abc123"
19-
# Then I should get the error:
20-
# | name | message |
21-
# | 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+
| name | message |
20+
| InvalidParameterValue | Invalid email address<abc123>. |

0 commit comments

Comments
 (0)