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

14 lines
437 B
Gherkin

# language: en
@sqs
Feature: Amazon Simple Queue Service
Scenario: Making a request
When I call the "ListQueues" API
Then the value at "QueueUrls" should be a list
Scenario: Handling errors
When I attempt to call the "GetQueueUrl" API with:
| QueueName | fake_queue |
Then I expect the response error code to be "AWS.SimpleQueueService.NonExistentQueue"
And I expect the response error to contain a message