Hi team!
Are multiValueHeaders supported in jvm and if so how should I handle them?
My response is returning header values in an array, which is then failing the test on the consumer side (I have to get the first entry from the array to assert on it). I am wondering if it is related to the inclusion of a multiValueHeader in the response. The "content-type" header appears in both headers and multiValueHeaders.
It's possible for me to not have this assertion in my consumer tests, but then it fails on the provider side with an error along the lines of:
header: Expected 'application/json' to match 'application/json'