aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/web_search.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-07-31 14:32:38 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-07-31 14:32:38 -0700
commitb6d79ead3c0a8d6617628c9e9a4db9d7c081e04c (patch)
tree80de47c89680811e97d77048eba426ee9dffab29 /python/tests/web_search.py
parent721514726130d22ddb036c3da3a8e02e3d3ba65b (diff)
downloadfatcat-b6d79ead3c0a8d6617628c9e9a4db9d7c081e04c.tar.gz
fatcat-b6d79ead3c0a8d6617628c9e9a4db9d7c081e04c.zip
add kbart counts to container stats
Diffstat (limited to 'python/tests/web_search.py')
-rw-r--r--python/tests/web_search.py1
1 files changed, 1 insertions, 0 deletions
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},