Skip to content

Commit

Permalink
Fix failing lambda integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Jul 25, 2022
1 parent de6d938 commit 485d4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gems/aws-sdk-lambda/features/client.feature
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ 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 "ValidationException"
| UUID | deadbeef-e025-4d45-9da3-23813f5e7b65 |
Then I expect the response error code to be "ResourceNotFoundException"
And I expect the response error message to include:
"""
does not exist
Expand Down

0 comments on commit 485d4a7

Please sign in to comment.