summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/src/test/java/com/yahoo/vespa/orchestrator/TestUtil.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/TestUtil.java b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/TestUtil.java
index ab7a0268f31..0f074be9667 100644
--- a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/TestUtil.java
+++ b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/TestUtil.java
@@ -32,6 +32,6 @@ public class TestUtil {
}
public static ConfigId clusterControllerConfigId(String contentClusterName, int index) {
- return new ConfigId(contentClusterName + "/" + contentClusterName + "-controllers/" + index);
+ return new ConfigId(contentClusterName + "/standalone/" + contentClusterName + "-controllers/" + index);
}
}