Skip to content

Commit

Permalink
Adding rest compatibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Oct 11, 2024
1 parent 1e36249 commit 1579235
Showing 1 changed file with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,17 @@ expected:
hits:
total:
value: 100


---
json:
query:
bool:
should:
- {"query_string": {"query": "type:PushEvent"}}
- {"query_string": {"query": "actor.login:jadonk"}}
- {"query_string": {"query": "actor.login:teozfrank"}}
- {"query_string": {"query": "type:IssueCommentEvent"}}
minimum_should_match: 2
expected:
hits:
total:
value: 3

0 comments on commit 1579235

Please sign in to comment.