Updated Request Matching (markdown)

Stef Heyenrath
2019-10-30 12:09:02 +01:00
parent ac8c9fcdb0
commit 3a58190194

@@ -220,7 +220,7 @@ server
.Given(Request
.Create()
.WithPath("/jsonmatcher2")
.WithBody(new JsonMatcher({ x = 42, s = "s" }))
.WithBody(new JsonMatcher(new { x = 42, s = "s" }))
.UsingPost())
.WithGuid("debaf408-3b23-4c04-9d18-ef1c020e79f2")
.RespondWith(Response.Create().WithBody(@"{ ""result"": ""jsonbodytest2"" }"));