mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1278] [MERGED] changed null check in JSONPathMatcher and JmesPathMatcher to ensure t… #1311
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/1278
Author: @jollyjoyce1995
Created: 4/16/2025
Status: ✅ Merged
Merged: 4/23/2025
Merged by: @StefH
Base:
master← Head:master📝 Commits (1)
94240bdchanged null check in JSONPathMatcher and JmesPathMatcher to ensure that the body is not an empty string (the json parse would throw an exception at this point)📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
src/WireMock.Net/Matchers/JSONPathMatcher.cs(+1 -1)📝
src/WireMock.Net/Matchers/JmesPathMatcher.cs(+1 -1)📄 Description
Fixes #1277
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.