Skip to content

Commit

Permalink
reverted test change
Browse files Browse the repository at this point in the history
Signed-off-by: Petar Dzepina <[email protected]>
  • Loading branch information
petardz committed Jun 18, 2023
1 parent 86553bf commit 6f830a1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1152,8 +1152,7 @@ class MonitorRunnerServiceIT : AlertingRestTestCase() {
.lte("{{period_end}}")
.format("epoch_millis")
val compositeSources = listOf(
TermsValuesSourceBuilder("test_field").field("test_field"),
TermsValuesSourceBuilder("number").field("number")
TermsValuesSourceBuilder("test_field").field("test_field")
)
val compositeAgg = CompositeAggregationBuilder("composite_agg", compositeSources)
val input = SearchInput(indices = listOf(testIndex), query = SearchSourceBuilder().size(0).query(query).aggregation(compositeAgg))
Expand Down

0 comments on commit 6f830a1

Please sign in to comment.