Hi all, how can I debug an "unexpected request" error when running consumer tests?
m
Matt (pactflow.io / pact-js / pact-go)
05/17/2023, 3:07 AM
Check the JUnit report (file) if using it, it should show the expected vs received
j
Jerry Wang
05/17/2023, 5:58 AM
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
Matt (pactflow.io / pact-js / pact-go)
05/17/2023, 6:01 AM
It’ll probably show up in DEBUG level logging, but I’m sure there is a more obvious place it would be
j
Jerry Wang
05/17/2023, 7:04 AM
Hmm, I had a try with debug level logging configured in Log4J 2, but still I can't find anything like that in reports