Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features/smoke/
?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features
# language: en
@smoke @apigateway
Feature: API Gateway
Scenario: Making a request
When I call the "GetDomainNames" API
Then the value at "items" should be a list
Scenario: Handing errors
When I attempt to call the "CreateUsagePlanKey" API with:
| usagePlanId | foo |
| keyId | bar |
| keyType | fixx |
Then I expect the response error code to be "BadRequestException"