summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-09-16 15:06:55 +0200
committerGitHub <noreply@github.com>2022-09-16 15:06:55 +0200
commit4537396a73e6cde65ba2684192c4e9fbb69a5f34 (patch)
tree15ebfa18071134432eb722ca2c8a09f2a7a7cfc3 /controller-server
parente8fa24b1506d2babcc9aac1a933c21607baa3f7e (diff)
Update unit test
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java
index 5d5844030e7..c4e138c4d18 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java
@@ -175,7 +175,7 @@ public class ControllerTest {
fail("Expected exception due to illegal production deployment removal");
}
catch (IllegalArgumentException e) {
- assertEquals("deployment-removal: application instance 'tenant.application' is deployed in us-west-1, " +
+ assertEquals("deployment-removal: application instance 'tenant.application.default' is deployed in us-west-1, " +
"but this instance and region combination is removed from deployment.xml. " +
ValidationOverrides.toAllowMessage(ValidationId.deploymentRemoval),
e.getMessage());