1#language en
2@applicationdiscoveryservice @client
3Feature: AWS Application Discovery Service
4
5	Scenario: Making a request
6		When I call the "DescribeAgents" API
7		Then the request should be successful
8
9