mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-13 18:39:45 +02:00
Merge branch 'master' into SystemTextJsonMatcher
This commit is contained in:
@@ -275,6 +275,7 @@ internal class MappingConverter(MatcherMapper mapper)
|
||||
TimesInSameState = !string.IsNullOrWhiteSpace(mapping.NextState) ? mapping.TimesInSameState : null,
|
||||
Data = mapping.Data,
|
||||
Probability = mapping.Probability,
|
||||
IsDisabled = mapping.IsDisabled ? true : null,
|
||||
Request = new RequestModel
|
||||
{
|
||||
Headers = headerMatchers.Any() ? headerMatchers.Select(hm => new HeaderModel
|
||||
|
||||
Reference in New Issue
Block a user