Skip to content

Commit 18c081e

Browse files
committed
fixup! Fix reportOfflineCauseInCloudStats
1 parent 9ce7756 commit 18c081e

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 = "\Q42 B out of 0 []B left on /Fake/it.\E";
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)