Skip to content

Commit

Permalink
log process logs
Browse files Browse the repository at this point in the history
  • Loading branch information
brig committed Nov 10, 2023
1 parent 332290e commit e486e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public void testDecryptInvalidString() throws Exception {
// ---

pir = waitForCompletion(processApi, spr.getInstanceId());
assertEquals(ProcessEntry.StatusEnum.FAILED, pir.getStatus());
assertEquals(ProcessEntry.StatusEnum.FAILED, pir.getStatus(), "Process logs: " + new String(getLog(pir.getLogFileName())));
}

@Test
Expand Down

0 comments on commit e486e79

Please sign in to comment.