This commit is contained in:
Stef Heyenrath
2026-02-09 21:33:03 +01:00
parent 7cffd98cb6
commit 2c1ab7e1d6

View File

@@ -83,6 +83,7 @@ public class WireMockMiddlewareTests
// _matcherMock.Setup(m => m.FindBestMatch(It.IsAny<RequestMessage>())).Returns((new MappingMatcherResult(), new MappingMatcherResult()));
_contextMock = new Mock<IContext>();
_contextMock.SetupGet(c => c.Items).Returns(new Dictionary<object, object?>());
_mappingMock = new Mock<IMapping>();