fix: treat content with custom json mediaType as json#403
Merged
SimonCropp merged 1 commit intoVerifyTests:mainfrom May 11, 2022
Merged
fix: treat content with custom json mediaType as json#403SimonCropp merged 1 commit intoVerifyTests:mainfrom
SimonCropp merged 1 commit intoVerifyTests:mainfrom
Conversation
Member
|
thanks. can u add a test? |
Contributor
Author
|
Yes of course. Is there a particular test you want me to extend or mirror? |
Contributor
Author
|
Think that should do it. |
Contributor
Author
|
Cool. Two questions:
|
Member
|
i am going to push it asap. in a few min. just waiting for it to get to the top of the build queue. i will ping u when it is pushed and nuget cache has updated |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This enables verifying JSON content from HttpMessageResponse whose mediaType is on the form
application/XXX+json, where XXX can be some text representing the custom JSON media type.