summaryrefslogtreecommitdiffstats
path: root/config/src/tests/configagent/configagent.cpp
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2020-11-30 16:07:25 +0100
committerGitHub <noreply@github.com>2020-11-30 16:07:25 +0100
commitcf34278a1f367301a740d9781cd07d32175bbd49 (patch)
tree0728a26e3247230e604f74dd507dd2ba174c5b8c /config/src/tests/configagent/configagent.cpp
parent9d64924f89a48e712403fb73808e2280bfe3dfe3 (diff)
parentcd9d45cf6e22247cf4fa354c269eee34401eeee1 (diff)
Merge pull request #15542 from vespa-engine/revert-15540-bratseth/apply-on-restart-take-6
Revert "Bratseth/apply on restart take 6"
Diffstat (limited to 'config/src/tests/configagent/configagent.cpp')
-rw-r--r--config/src/tests/configagent/configagent.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/src/tests/configagent/configagent.cpp b/config/src/tests/configagent/configagent.cpp
index 7cc0abee0bc..a7cc95ab883 100644
--- a/config/src/tests/configagent/configagent.cpp
+++ b/config/src/tests/configagent/configagent.cpp
@@ -36,7 +36,7 @@ public:
_value(value),
_fillCalled(false),
_valid(valid),
- _state(md5, timestamp, false, false),
+ _state(md5, timestamp, false),
_errorMessage(errorMsg),
_errorCode(errorC0de),
_isError(iserror)
@@ -142,7 +142,6 @@ TEST("require that agent returns correct values") {
ASSERT_EQUAL(cs.md5, handler.getConfigState().md5);
ASSERT_EQUAL(cs.generation, handler.getConfigState().generation);
ASSERT_EQUAL(cs.internalRedeploy, handler.getConfigState().internalRedeploy);
- ASSERT_EQUAL(cs.applyOnRestart, handler.getConfigState().applyOnRestart);
}
TEST("require that successful request is delivered to holder") {