1# language: en 2@smoke @inspector 3Feature: Amazon Inspector 4 5 Scenario: Making a request 6 When I call the "DescribeRulesPackages" API with: 7 | rulesPackageArns | fake-arn | 8 Then the value at "failedItems" should be a map 9 10 Scenario: Handling errors 11 When I attempt to call the "ListAssessmentRuns" API with: 12 | assessmentTemplateArns | fake-arn | 13 Then I expect the response error code to be "InvalidInputException" 14