mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-17 23:03:46 +01:00
WildcardMatcher and other fixes
This commit is contained in:
@@ -46,7 +46,7 @@ namespace WireMock.Net.ConsoleApplication
|
||||
.WithBody(@"{ ""result"": ""data posted with FUNC 201""}"));
|
||||
|
||||
server
|
||||
.Given(Request.Create().WithUrl("/data").UsingPost())
|
||||
.Given(Request.Create().WithUrl("/data", "/ax").UsingPost())
|
||||
.RespondWith(Response.Create()
|
||||
.WithStatusCode(201)
|
||||
.WithHeader("Content-Type", "application/json")
|
||||
|
||||
Reference in New Issue
Block a user