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

squarecapadmin / botocore   python

Repository URL to install this package:

Version: 1.4.92 

/ tests / acceptance / features / smoke / sns / sns.feature

# language: en
@sns
Feature: Amazon Simple Notification Service

  Scenario: Making a request
    When I call the "ListTopics" API
    Then the value at "Topics" should be a list

  Scenario: Handling errors
    When I attempt to call the "Publish" API with:
    | Message  | hello      |
    | TopicArn | fake_topic |
    Then I expect the response error code to be "InvalidParameter"
    And I expect the response error to contain a message