Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions features/ses/ses.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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<abc123>. |
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<abc123>. |