diff --git a/quickwit/rest-api-tests/scenarii/aggregations/0001-aggregations.yaml b/quickwit/rest-api-tests/scenarii/aggregations/0001-aggregations.yaml index afdb8143ddf..6e6184d6aab 100644 --- a/quickwit/rest-api-tests/scenarii/aggregations/0001-aggregations.yaml +++ b/quickwit/rest-api-tests/scenarii/aggregations/0001-aggregations.yaml @@ -117,8 +117,6 @@ expected: key: 192.168.0.1 - doc_count: 1 key: 192.168.0.11 - - doc_count: 1 - key: 192.168.0.15 doc_count_error_upper_bound: 0 sum_other_doc_count: 0 tags: diff --git a/quickwit/rest-api-tests/scenarii/aggregations/_setup.quickwit.yaml b/quickwit/rest-api-tests/scenarii/aggregations/_setup.quickwit.yaml index d9b3bd54d80..05962fe8828 100644 --- a/quickwit/rest-api-tests/scenarii/aggregations/_setup.quickwit.yaml +++ b/quickwit/rest-api-tests/scenarii/aggregations/_setup.quickwit.yaml @@ -67,5 +67,5 @@ ndjson: - {"name": "Fritz", "response": 30, "id": 0} - {"name": "Holger", "response": 30, "id": 4, "date": "2015-02-06T00:00:00Z", "host": "192.168.0.10"} - {"name": "Werner", "response": 20, "id": 5, "date": "2015-01-02T00:00:00Z", "host": "192.168.0.10"} - - {"name": "Bernhard", "response": 130, "id": 14, "date": "2015-02-16T00:00:00Z", "host": "192.168.0.15"} + - {"name": "Bernhard", "response": 130, "id": 14, "date": "2015-02-16T00:00:00Z"}