Skip to content

Commit

Permalink
remove operators from json body assert spec
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Oct 20, 2023
1 parent 26d3938 commit c1ffe84
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/probes/http/asserter/json_body.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ import (
The following operators are supported:
- Equals
- Not equals
- Has key
- Not has key
- Has value
- Not has value
- Is empty
- Is not empty
- Greater than
Expand All @@ -33,10 +29,6 @@ import (
var allowedJSONBodyOperators = []string{
"EQUALS",
"NOT_EQUALS",
"HAS_KEY",
"NOT_HAS_KEY",
"HAS_VALUE",
"NOT_HAS_VALUE",
"IS_EMPTY",
"IS_NOT_EMPTY",
"GREATER_THAN",
Expand Down

0 comments on commit c1ffe84

Please sign in to comment.