aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/config/model/deploy/SystemModelTestCase.java
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-02-08 19:37:05 +0100
committerHarald Musum <musum@oath.com>2018-02-08 19:37:05 +0100
commitffe07ba0f546772a59d6b270d55b4887082a9d85 (patch)
tree22637e88795a5a65a7fdea408639cf57d0de3800 /config-model/src/test/java/com/yahoo/config/model/deploy/SystemModelTestCase.java
parent3c9e0d13bba065539e389d005dceeb21e5a74803 (diff)
Remove filedistributorservice
Diffstat (limited to 'config-model/src/test/java/com/yahoo/config/model/deploy/SystemModelTestCase.java')
-rw-r--r--config-model/src/test/java/com/yahoo/config/model/deploy/SystemModelTestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/java/com/yahoo/config/model/deploy/SystemModelTestCase.java b/config-model/src/test/java/com/yahoo/config/model/deploy/SystemModelTestCase.java
index 74eb4caf529..7a2c702a103 100644
--- a/config-model/src/test/java/com/yahoo/config/model/deploy/SystemModelTestCase.java
+++ b/config-model/src/test/java/com/yahoo/config/model/deploy/SystemModelTestCase.java
@@ -115,8 +115,8 @@ public class SystemModelTestCase {
assertEquals(host2, host3);
// all three host aliases are for the same host, so the number of services should be 3 + 8
- // (3 simpleservices and logd, configproxy, config sentinel, admin server config server, slobrok, log server and file distribution)
- assertEquals(10, host1.getServices().size());
+ // (3 simpleservices and logd, configproxy, config sentinel, admin server config server, slobrok and log server)
+ assertEquals(9, host1.getServices().size());
assertNotNull(host1.getService("simpleservice"));
assertNotNull(host1.getService("simpleservice2"));