camunda-platform-7-mail
camunda-platform-7-mail copied to clipboard
Error with "Maven install": Failed tests: PollMailConnectorTest.htmlMessage:169 expected:<"[html]"> but was:<"[<b>html</b>]">
The "Run as maven install" function returns an error when testing PollMailConnector:
Failed tests: PollMailConnectorTest.htmlMessage:169 expected:<"[html]"> but was:<"[html]">
Can someone help me correct the error?
These are minor errors in tests, safe to ignore. You can either mvn install -DskipTests to ignore the tests, or fix the assertion in the test.
Hello @superguddy , could you please catch up with the main branch and try again. If the bug persists, feel free to open a new bug report.