summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matchengine
diff options
context:
space:
mode:
authorGeir Storli <geirstorli@yahoo.no>2018-03-21 20:56:42 +0100
committerGitHub <noreply@github.com>2018-03-21 20:56:42 +0100
commit7a118ea9e60dc9e3c7965b4524d9cc8f37cba38c (patch)
treeb8089c4d1fd40296f4e3b2748974b1b6b973f556 /searchcore/src/tests/proton/matchengine
parent4429bacba1f792be0760024f516ac6adbdf155b6 (diff)
Revert "Hardwire matchengine to always be online."
Diffstat (limited to 'searchcore/src/tests/proton/matchengine')
-rw-r--r--searchcore/src/tests/proton/matchengine/matchengine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matchengine/matchengine.cpp b/searchcore/src/tests/proton/matchengine/matchengine.cpp
index fefb5257868..9ae938981a4 100644
--- a/searchcore/src/tests/proton/matchengine/matchengine.cpp
+++ b/searchcore/src/tests/proton/matchengine/matchengine.cpp
@@ -190,7 +190,8 @@ TEST("requireThatStateIsReported")
EXPECT_EQUAL(
"{\n"
" \"status\": {\n"
- " \"state\": \"ONLINE\"\n"
+ " \"state\": \"OFFLINE\",\n"
+ " \"message\": \"Search interface is offline\"\n"
" }\n"
"}\n",
slime.toString());