1# language: en
2@smoke @sms
3Feature: AWS Server Migration Service
4
5  Scenario: Making a request
6    When I call the "GetConnectors" API
7    Then the request should be successful
8
9  Scenario: Handling errors
10    When I attempt to call the "DeleteReplicationJob" API with:
11      | ReplicationJobId | invalidId |
12    Then I expect the response error code to be "InvalidParameterException"