| We found a discrepancy between how Jenkins and Blue Ocean render test results: This is what Jenkins renders: ``` Failed asserting that two strings are equal. — Expected +++ Actual @@ @@ -'This is an email from the xyz system (this is not shown when live)' +'This is an email from the xyz system (this is not shown when live)' ``` And this is what BlueOcean renders: ``` Failed asserting that two strings are equal. — Expected +++ Actual @@ @@ -'This is an email from the mentionme.dev system (this is not shown when live)' +'This is an email from the mentionme.dev system (this is not shown when live)' ``` |