JMeter dashboard shows error in a weird format, see below.
The response is correct, the majority of requests are succesfull.
Is there anything I should tweak?
Here is the response assertion:
Thanks in advance!
EDIT It seems to be some sort of diff, shows the same in view results:
The "weird" format is defined in the ResponseAssertion source code and there is no easy way of amending it without changing the file and recompiling JMeter
Other options are:
Use "Custom failure message" section at the bottom of the Response Assertion:
Or switch to JSR223 Assertion where you can implement whatever custom assertion logic and response message you want