We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Or at least if they are going to be case sensitive they should match what is put into the headers array and not be force camel cased.
When I do mockServer.headers = ['x-b3-traceid'] Mockserver changes it to Reading from test/mockserver/myservice/POST_X-B3-Traceid=traceValue.mock
mockServer.headers = ['x-b3-traceid']
Reading from test/mockserver/myservice/POST_X-B3-Traceid=traceValue.mock
The text was updated successfully, but these errors were encountered:
Hey @romansavchenko , did you get it fixed? I have some issue with mockserver as its not reading from the file with header name.
Sorry, something went wrong.
I believe it's still an issue
No branches or pull requests
Or at least if they are going to be case sensitive they should match what is put into the headers array and not be force camel cased.
When I do
mockServer.headers = ['x-b3-traceid']
Mockserver changes it to
Reading from test/mockserver/myservice/POST_X-B3-Traceid=traceValue.mock
The text was updated successfully, but these errors were encountered: