Skip to content

Commit

Permalink
Fix lambda test from breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jul 22, 2022
1 parent 348270a commit 831bd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gems/aws-sdk-lambda/features/client.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Amazon Lambda
Scenario: Error handling
When I attempt to call the "GetEventSourceMapping" API with:
| UUID | fake-uuid |
Then I expect the response error code to be "ResourceNotFoundException"
Then I expect the response error code to be "ValidationException"
And I expect the response error message to include:
"""
does not exist
Expand Down

0 comments on commit 831bd38

Please sign in to comment.