CE-604 Update test per change in ProcessSummaryWarningsAndErrorsRollup (also, fix bug in it (thanks test) where warnings were changing to errors during the doReplaceSingletonCountLinesWithSuffixOnly thing)

This commit is contained in:
2023-10-20 12:33:17 -05:00
parent a5b18c9020
commit a19a789449
2 changed files with 6 additions and 4 deletions

View File

@ -271,7 +271,7 @@ public class ProcessSummaryWarningsAndErrorsRollup
{
if(psl.getCount() == 1)
{
return (new ProcessSummaryRecordLink().withStatus(Status.ERROR).withLinkPreText(psl.getMessageSuffix()));
return (new ProcessSummaryRecordLink().withStatus(psl.getStatus()).withLinkPreText(psl.getMessageSuffix()));
}
}