8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2972d commit 1545265Copy full SHA for 1545265
features/ses/ses.feature
@@ -13,8 +13,8 @@ Feature: SES
13
When I ask to verify the email address "foo@example.com"
14
Then the status code should be 200
15
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>. |
+ Scenario: Rescue SES InvalidParameterValue
+ When I ask to verify the email address "abc123"
+ Then I should get the error:
+ | code | message |
+ | InvalidParameterValue | Invalid email address<abc123>. |
0 commit comments