mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #797] [MERGED] Fix WithHeader when using RejectOnMatch #1086
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/797
Author: @flts
Created: 8/23/2022
Status: ✅ Merged
Merged: 8/23/2022
Merged by: @StefH
Base:
master← Head:bugfix/796-fix-header-rejectonmatch📝 Commits (1)
14f8ea8Fixes header match handling using RejectOnMatch behavior📊 Changes
3 files changed (+94 additions, -2 deletions)
View changed files
📝
src/WireMock.Net/Matchers/Request/RequestMessageHeaderMatcher.cs(+1 -1)📝
test/WireMock.Net.Tests/RequestMatchers/RequestMessageHeaderMatcherTests.cs(+17 -1)📝
test/WireMock.Net.Tests/RequestTests.cs(+76 -0)📄 Description
Fixes #796
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.