mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-20 00:25:06 +01:00
fix (#487)
This commit is contained in:
@@ -87,7 +87,7 @@ namespace WireMock.Serialization
|
||||
}
|
||||
};
|
||||
|
||||
if (methodMatcher?.Methods != null && methodMatcher.Methods.All(m => m != "get") && bodyMatcher?.Matchers != null)
|
||||
if (bodyMatcher?.Matchers != null)
|
||||
{
|
||||
mappingModel.Request.Body = new BodyModel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user