Skip to content

Commit

Permalink
Fixing rest api test (#3604)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored Jul 4, 2023
1 parent 4a49959 commit f02200d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# does not pass on Elastic because of null values
json:
size: 1
query:
match_all: {}
sort:
- actor.id":
- actor.id:
order: desc
expected:
hits:
Expand All @@ -14,7 +13,7 @@ expected:
hits:
- _source:
actor:
id: 1762355
id: 10791502
---
json:
size: 1
Expand Down

0 comments on commit f02200d

Please sign in to comment.