Skip to content

Commit 31265fa

Browse files
committed
fixup! Fix reportOfflineCauseInCloudStats
1 parent 18c081e commit 31265fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/src/test/java/jenkins/plugins/openstack/compute/ProvisioningTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ public void reportOfflineCauseInCloudStats() throws Exception {
415415
List<PhaseExecutionAttachment> attachments = pa.getPhaseExecution(ProvisioningActivity.Phase.COMPLETED).getAttachments();
416416
assertThat(attachments, Matchers.iterableWithSize(1));
417417
PhaseExecutionAttachment att = attachments.get(0);
418-
String expected = "42 B out of 0 \[\]B left on /Fake/it.";
418+
String expected = "42 B out of 0 \\[]B left on /Fake/it.";
419419
assertEquals(expected, att.getTitle());
420420

421421
slave = j.provision(cloud, "label");

0 commit comments

Comments
 (0)