mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1132] [MERGED] Multipart Matcher Fix #1245
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/1132
Author: @rmeshksar
Created: 7/4/2024
Status: ✅ Merged
Merged: 7/9/2024
Merged by: @StefH
Base:
master← Head:1119-multipart-matcher-bug📝 Commits (2)
267b768Add unit tests for AdminApiMappingBuilder (#1131)bd65374Multipart Matcher Fix📊 Changes
4 files changed (+229 additions, -37 deletions)
View changed files
📝
src/WireMock.Net/Matchers/Request/RequestMessageMultiPartMatcher.cs(+8 -10)➕
test/WireMock.Net.Tests/Client/Builders/AdminApiMappingBuilderTests.GetMappingBuilder_BuildAndPostAsync.verified.txt(+32 -0)➕
test/WireMock.Net.Tests/Client/Builders/AdminApiMappingBuilderTests.cs(+67 -0)📝
test/WireMock.Net.Tests/RequestMatchers/RequestMessageMultiPartMatcher.cs(+122 -27)📄 Description
Fixes the issue discussed here:
https://github.com/WireMock-Net/WireMock.Net/issues/1119
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.