?? 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: directconnect.feature

# language: en
@smoke @directconnect
Feature: AWS Direct Connect

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

  Scenario: Handling errors
    When I attempt to call the "DescribeConnections" API with:
    | connectionId | fake-connection |
    Then I expect the response error code to be "DirectConnectClientException"


??

??