mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-26 10:18:26 +02:00
PartialMapping : SimMetrics.Net
This commit is contained in:
@@ -246,7 +246,7 @@ namespace WireMock.Server
|
||||
lock (((ICollection)_logEntries).SyncRoot)
|
||||
{
|
||||
var requestMatchResult = new RequestMatchResult();
|
||||
return _logEntries.Where(log => matcher.IsMatch(log.RequestMessage, requestMatchResult));
|
||||
return _logEntries.Where(log => matcher.IsMatch(log.RequestMessage, requestMatchResult) > 0.99);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user