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

# language: en
@smoke @datapipeline
Feature: AWS Data Pipeline

  Scenario: Making a request
    When I call the "ListPipelines" API
    Then the response should contain a "pipelineIdList"

  Scenario: Handling errors
    When I attempt to call the "GetPipelineDefinition" API with:
    | pipelineId | fake-id |
    Then I expect the response error code to be "PipelineNotFoundException"


??

??