Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkewwei committed Sep 19, 2024
1 parent 5e8dd47 commit e53defb
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,6 @@ teardown:
term: {
order: "order8"
}
},
{
regexp: {
issue.labels.name: "ab.*"
}
}
]
}
Expand All @@ -369,6 +364,7 @@ teardown:

- length: { hits.hits: 1 }
- match: { hits.hits.0._source.order: "order8" }
- match: { hits.hits.0._source.issue.labels.name: "abc8" }

- do:
search:
Expand Down

0 comments on commit e53defb

Please sign in to comment.