summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2018-02-26 16:08:39 +0100
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2018-02-26 16:08:39 +0100
commita4f55c16134cc048f393a9d40de449e22299f5ab (patch)
tree94365d1c7703917c519dc54a993b757a372c4c3d
parent9be3b479b172240ae6330a3943900cf8386104b3 (diff)
Update UpgraderTest
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/UpgraderTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/UpgraderTest.java b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/UpgraderTest.java
index 46a21f1cac3..09836738af0 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/UpgraderTest.java
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/UpgraderTest.java
@@ -882,7 +882,7 @@ public class UpgraderTest {
tester.deployAndNotify(app, applicationPackage, true, systemTest);
tester.deployAndNotify(app, applicationPackage, true, stagingTest);
tester.deployAndNotify(app, applicationPackage, true, productionUsWest1);
- assertTrue("All jobs consumed", tester.buildSystem().jobs().isEmpty());
+ assertTrue("All jobs consumed", tester.deploymentQueue().jobs().isEmpty());
app = tester.application(app.id());
for (Deployment deployment : app.deployments().values()) {