python-botocore/tests/acceptance/features/smoke/ses/ses.feature
2016-02-02 17:54:52 +09:00

14 lines
442 B
Gherkin

# language: en
@ses @email
Feature: Amazon Simple Email Service
Scenario: Making a request
When I call the "ListIdentities" API
Then the value at "Identities" should be a list
Scenario: Handling errors
When I attempt to call the "VerifyEmailIdentity" API with:
| EmailAddress | fake_email |
Then I expect the response error code to be "InvalidParameterValue"
And I expect the response error to contain a message