Skip to content

Commit

Permalink
Test failrues
Browse files Browse the repository at this point in the history
  • Loading branch information
mayya-sharipova committed Sep 23, 2024
1 parent 81d3130 commit 3dc8e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"id" : "invalid_query",
"request": { "query": { "range" : { "bar" : { "from" : "Basel", "time_zone": "+01:00" }}}},
"request": { "query": { "range" : { "bar" : { "gte" : "Basel", "time_zone": "+01:00" }}}},
"ratings": [{"_index": "foo", "_id": "doc1", "rating": 1}]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ query:
query:
range:
http.clientip:
from: 232.0.0.0
to: 253.0.0.0
gte: 232.0.0.0
lte: 253.0.0.0
- match: { hits.total.value: 4 }

---
Expand Down

0 comments on commit 3dc8e92

Please sign in to comment.