On a integration test with jUnit/Quarkus how to check a request body of an outgoing http request?
I need to check on one outgoing HTTP call from my service to a known endpoint during an integration test.
On a integration test with jUnit/Quarkus how to check a request body of an outgoing http request?
I need to check on one outgoing HTTP call from my service to a known endpoint during an integration test.