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

Fixed performing async requests for MockMvcTestTarget #1210

Merged
merged 1 commit into from
Sep 21, 2020

Conversation

filipamb
Copy link

Currently performing async requests is not working because result matcher is not using matcher's logic, but is asserting equality between matcher's object and result - currently used method docs.

I made a change for using typed matcher's logic to match anything - fix method docs

@filipamb filipamb force-pushed the spring-async-mvc-fix branch from af122bf to f5788d2 Compare September 21, 2020 18:56
@filipamb filipamb force-pushed the spring-async-mvc-fix branch from f5788d2 to 49cae23 Compare September 21, 2020 19:22
@uglyog uglyog merged commit 4250577 into pact-foundation:master Sep 21, 2020
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.

2 participants