Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong committed Apr 3, 2024
1 parent 644fd96 commit b093f13
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ setup:
index:
index: test_1
id: 1
body: { foo: bar1 }
body: { foo: bar }
- do:
index:
index: test_1
id: 2
body: { foo: bar2 }
body: { foo: bar }
- do:
index:
index: test_1
id: 3
body: { foo: bar3 }
body: { foo: bar }

- do:
index:
index: test_1
id: 4
body: { foo: bar4 }
body: { foo: bar }
- do:
indices.refresh:
index: [test_1]
Expand Down

0 comments on commit b093f13

Please sign in to comment.