We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0408c8 commit f2a2745Copy full SHA for f2a2745
1 file changed
plugin/src/test/java/jenkins/plugins/openstack/compute/ProvisioningTest.java
@@ -415,7 +415,7 @@ public void reportOfflineCauseInCloudStats() throws Exception {
415
List<PhaseExecutionAttachment> attachments = pa.getPhaseExecution(ProvisioningActivity.Phase.COMPLETED).getAttachments();
416
assertThat(attachments, Matchers.iterableWithSize(1));
417
PhaseExecutionAttachment att = attachments.get(0);
418
- assertEquals("0.000GB left on /Fake/it.", att.getTitle());
+ assertEquals("42 B out of 0 ]B left on /Fake/it.", att.getTitle());
419
420
slave = j.provision(cloud, "label");
421
Thread.sleep(200); // This relies on being past the startTimeout
0 commit comments