From b6d79ead3c0a8d6617628c9e9a4db9d7c081e04c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 31 Jul 2019 14:32:38 -0700 Subject: add kbart counts to container stats --- python/tests/web_search.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/tests') diff --git a/python/tests/web_search.py b/python/tests/web_search.py index 43be9f01..5828007d 100644 --- a/python/tests/web_search.py +++ b/python/tests/web_search.py @@ -99,6 +99,7 @@ def test_container_stats(app): 'aggregations': { 'container_stats': {'buckets': { 'is_preserved': {'doc_count': 461939}, + 'in_kbart': {'doc_count': 461939}, 'in_web': {'doc_count': 2797}}}}, 'hits': {'total': 461939, 'hits': [], 'max_score': 0.0}, '_shards': {'successful': 5, 'total': 5, 'skipped': 0, 'failed': 0}, -- cgit v1.2.3