Skip to content

Commit

Permalink
fix(waf): remove WAF error handling test scenario (#4160)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Jul 22, 2022
1 parent 17127b3 commit 73e42f4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions features/waf/waf.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,3 @@ Feature: AWS WAF
"""
Then the request should be successful
And the value at "Rules" should be a list

Scenario: Error handling
Given I run the "createSqlInjectionMatchSet" operation with params:
"""
{
"Name": "fake_name",
"ChangeToken": "fake_token"
}
"""
Then the error code should be "WAFStaleDataException"

0 comments on commit 73e42f4

Please sign in to comment.