mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-17 22:19:39 +02:00
bug: fix supporting the Patch method and logging the body (#67)
* bug: fix supporting the Patch method and logging the body - Patch not configured to support Body - Add a unit test * chore: typo fixed * Added / reordered tests for PATCH method
This commit is contained in:
committed by
Stef Heyenrath
parent
208303729e
commit
798603118c
@@ -6,7 +6,6 @@ using System.Threading.Tasks;
|
||||
using WireMock.Admin.Mappings;
|
||||
using WireMock.Admin.Requests;
|
||||
using WireMock.Admin.Settings;
|
||||
using WireMock.Logging;
|
||||
|
||||
namespace WireMock.Client
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user