mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-26 02:38:54 +02:00
Fix WireMockLogger implementation in dotnet-WireMock (#1431)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
// Copyright © WireMock.Net
|
||||
|
||||
using System.Linq;
|
||||
|
||||
namespace WireMock.Matchers.Request;
|
||||
|
||||
/// <summary>
|
||||
@@ -30,7 +28,7 @@ public class RequestMatchResult : IRequestMatchResult
|
||||
return AddMatchDetail(new MatchDetail
|
||||
{
|
||||
Name = matcherType.Name.Replace("RequestMessage", string.Empty),
|
||||
MatcherType = matcherType,
|
||||
MatcherType = matcherType.Name,
|
||||
Score = score,
|
||||
Exception = exception
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user