Hi all, how can I debug an "unexpected request" er...
# pact-jvm
j
Hi all, how can I debug an "unexpected request" error when running consumer tests?
m
Check the JUnit report (file) if using it, it should show the expected vs received
j
Thanks, Matt! Yes, I'm using JUnit 4.13.2. However, there is nothing like expected vs. received in the XML report. Also, I'm still on 4.2.4, not sure if that matters.
🤔 1
m
It’ll probably show up in DEBUG level logging, but I’m sure there is a more obvious place it would be
j
Hmm, I had a try with debug level logging configured in Log4J 2, but still I can't find anything like that in reports