Skip to content
New issue

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

Add additional information to the InvalidRequestError message. #188

Merged

Conversation

sh41
Copy link
Contributor

@sh41 sh41 commented Aug 24, 2022

When using additional match criteria via the :match_requests_on option this InvalidRequestError message will now report the components that were matched against. The aim is to improve the developer experience. πŸ§‘β€πŸ’»

It allows the developer to immediately see the data in the request's query, request body or headers that ExVcr is using to match.

When using additional match criteria via the `:match_requests_on` option this `InvalidRequestError` message will now report the components that were matched against. The aim is to improve the developer experience. πŸ§‘β€πŸ’»
@coveralls
Copy link

coveralls commented Sep 10, 2022

Coverage Status

Coverage decreased (-0.02%) to 88.748% when pulling 333c53b on sh41:add_extra_information_to_not_found_message into 69aaa49 on parroty:master.

@parroty parroty merged commit c8e22ae into parroty:master Sep 10, 2022
@parroty
Copy link
Owner

parroty commented Sep 10, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants