aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-09-20 21:40:21 +0200
committerGitHub <noreply@github.com>2018-09-20 21:40:21 +0200
commit10282f5429e7e3ac916b11e84d536ed036165256 (patch)
treeaba5fb58c567442e9ff62c74f30d3b1383ef40a0 /searchcore/src/tests/proton/documentdb/documentdb_test.cpp
parent80ef5fee562619ff6fe21e912f08bf7d6395761f (diff)
Revert "Migrate document counts metrics to new naming scheme."
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/documentdb_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/documentdb_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
index 2c9a2b300eb..8affe6e9cbf 100644
--- a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
@@ -221,8 +221,8 @@ TEST_F("requireThatStateIsReported", Fixture)
" },\n"
" \"documents\": {\n"
" \"active\": 0,\n"
- " \"ready\": 0,\n"
- " \"total\": 0,\n"
+ " \"indexed\": 0,\n"
+ " \"stored\": 0,\n"
" \"removed\": 0\n"
" }\n"
"}\n",