Skip to content

Commit

Permalink
Update supported version for the bug fix of from and size parameter c…
Browse files Browse the repository at this point in the history
…an be negative when searching

Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong committed Apr 26, 2024
1 parent 81707dc commit 1a11135
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ teardown:
---
"Throws exception if from or size query parameter is negative":
- skip:
version: " - 2.99.99"
reason: "fixed in 3.0.0"
version: " - 2.13.99"
reason: "fixed in 2.14.0"
- do:
catch: '/\[from\] parameter cannot be negative, found \[-5\]/'
search:
Expand Down Expand Up @@ -76,8 +76,8 @@ teardown:
---
"Throws exception if from or size request body parameter is negative":
- skip:
version: " - 2.99.99"
reason: "fixed in 3.0.0"
version: " - 2.13.99"
reason: "fixed in 2.14.0"
- do:
catch: '/\[from\] parameter cannot be negative, found \[-5\]/'
search:
Expand Down

0 comments on commit 1a11135

Please sign in to comment.