Skip to content

Commit

Permalink
Remove error message for improper table deletion (#4338)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Feb 7, 2023
1 parent eb5b4a3 commit 1195277
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions features/dynamodb/tables.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ Feature: DynamoDB Tables
Scenario: Improper table deletion
Given I try to delete a table with an empty table parameter
Then the error code should be "ValidationException"
And the error message should be:
"""
TableName must be at least 3 characters long and at most 255 characters long
"""
And the status code should be 400

@recursive
Expand Down

0 comments on commit 1195277

Please sign in to comment.