Skip to content

Commit

Permalink
[Type removal] _type removal from mocked responses of scroll hit tests (
Browse files Browse the repository at this point in the history
#3377)

Signed-off-by: Suraj Singh <[email protected]>
(cherry picked from commit a76b04d)
  • Loading branch information
dreamer-89 authored and github-actions[bot] committed May 18, 2022
1 parent 671feeb commit 3f5ea79
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"max_score": 0.0,
"hits": [ {
"_index": "test",
"_type": "test",
"_id": "10000",
"_version": 1,
"_score": 0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"max_score" : null,
"hits" : [ {
"_index" : "test",
"_type" : "test",
"_id" : "AVToMiC250DjIiBO3yJ_",
"_version" : 1,
"_score" : null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"max_score" : null,
"hits" : [ {
"_index" : "test",
"_type" : "test",
"_id" : "AVToMiDL50DjIiBO3yKA",
"_version" : 1,
"_score" : null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"max_score" : null,
"hits" : [ {
"_index" : "test",
"_type" : "test",
"_id" : "AVToMiDL50DjIiBO3yKA",
"_version" : 1,
"_score" : null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"max_score" : null,
"hits" : [ {
"_index" : "test",
"_type" : "test",
"_id" : "AVToMiDL50DjIiBO3yKA",
"_version" : 1,
"_score" : null,
Expand Down
1 change: 0 additions & 1 deletion modules/reindex/src/test/resources/responses/start_ok.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"max_score" : null,
"hits" : [ {
"_index" : "test",
"_type" : "test",
"_id" : "AVToMiC250DjIiBO3yJ_",
"_version" : 1,
"_score" : null,
Expand Down

0 comments on commit 3f5ea79

Please sign in to comment.