summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2019-04-10 14:19:43 +0200
committerMartin Polden <mpolden@mpolden.no>2019-04-10 14:19:43 +0200
commitb829818f488c6843a78618f2857acc8f5c9c65b6 (patch)
tree6466126c54d3213dd3a68df078124f6223e0c6bd /controller-server/src/test
parent4fac9aefba8b590a5b190ae42cdd7ae9a3fc38e9 (diff)
Never include instance name in global endpoints
Diffstat (limited to 'controller-server/src/test')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/application/EndpointTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/application/EndpointTest.java b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/application/EndpointTest.java
index b67f3356e22..16b875c1892 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/application/EndpointTest.java
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/application/EndpointTest.java
@@ -50,12 +50,12 @@ public class EndpointTest {
"https://r1.a1.t1.global.vespa.oath.cloud/",
Endpoint.of(app1).target(RotationName.from("r1")).on(Port.tls()).directRouting().in(SystemName.main),
- // Main endpoint for custom instance
- "https://i2.a2.t2.global.vespa.oath.cloud/",
+ // Main endpoint for custom instance in default rotation
+ "https://a2.t2.global.vespa.oath.cloud/",
Endpoint.of(app2).target(rotation).on(Port.tls()).directRouting().in(SystemName.main),
// Main endpoint for custom instance with custom rotation name
- "https://r2.i2.a2.t2.global.vespa.oath.cloud/",
+ "https://r2.a2.t2.global.vespa.oath.cloud/",
Endpoint.of(app2).target(RotationName.from("r2")).on(Port.tls()).directRouting().in(SystemName.main),
// Main endpoint in public system