mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-31 22:23:05 +02:00
@@ -84,7 +84,8 @@ namespace WireMock.Serialization
|
||||
Response = new ResponseModel
|
||||
{
|
||||
Delay = (int?)response.Delay?.TotalMilliseconds
|
||||
}
|
||||
},
|
||||
Webhook = WebhookMapper.Map(mapping.Webhook)
|
||||
};
|
||||
|
||||
if (bodyMatcher?.Matchers != null)
|
||||
|
||||
Reference in New Issue
Block a user