Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
botocore / tests / acceptance / features / smoke / ses / ses.feature
Size: Mime:
# 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