Skip to content

Commit 6b4c4a0

Browse files
authored
remove broken test
1 parent 925bcc4 commit 6b4c4a0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

aws-sdk-core/features/configservice/client.feature

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,3 @@ Feature: AWS Config
55
Scenario: Making a basic request
66
When I call the "DescribeConfigurationRecorders" API
77
Then the response should contain a list of "ConfigurationRecorders"
8-
9-
Scenario: Error handling
10-
When I attempt to call the "GetResourceConfigHistory" API with:
11-
| resourceType | fake-type |
12-
| resourceId | fake-id |
13-
Then I expect the response error code to be "ValidationException"
14-
And I expect the response error message to include:
15-
"""
16-
failed to satisfy constraint
17-
"""

0 commit comments

Comments
 (0)