?? GreyFile — Mystic File Browser

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

?? Viewing: elasticache.feature

# language: en
@smoke @elasticache
Feature: ElastiCache

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

  Scenario: Handling errors
    When I attempt to call the "DescribeCacheClusters" API with:
    | CacheClusterId | fake_cluster |
    Then I expect the response error code to be "InvalidParameterValue"


??

??