aboutsummaryrefslogtreecommitdiffstats
path: root/configutil
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2019-01-22 17:03:36 +0100
committerJon Bratseth <bratseth@oath.com>2019-01-22 17:03:36 +0100
commita2ee296ff05c5a0fe417c7b2af33de59fcc41269 (patch)
tree20572d2e6293730f0871d0dbb10d60269795384b /configutil
parent2072b849aeea59976bcda0ee9620919170cd61af (diff)
Don't expect docprocservice as service type
Diffstat (limited to 'configutil')
-rw-r--r--configutil/src/tests/model_inspect/model.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/configutil/src/tests/model_inspect/model.cfg b/configutil/src/tests/model_inspect/model.cfg
index 4346ad78104..388bae2256d 100644
--- a/configutil/src/tests/model_inspect/model.cfg
+++ b/configutil/src/tests/model_inspect/model.cfg
@@ -128,7 +128,7 @@ hosts[0].services[12].ports[1].tags "fs4"
hosts[0].services[12].ports[2].number 19110
hosts[0].services[12].ports[2].tags "health json http"
hosts[0].services[13].name "docprocservice"
-hosts[0].services[13].type "docprocservice"
+hosts[0].services[13].type "container"
hosts[0].services[13].configid "docproc/cluster.music.indexing/0"
hosts[0].services[13].clustertype ""
hosts[0].services[13].clustername "music.indexing"