mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-30 14:22:20 +02:00
Check if the path is valid when using WithPath(...) (#1377)
This commit is contained in:
@@ -56,7 +56,7 @@ public class ProxyMappingConverterTests
|
||||
|
||||
var request = Request.Create()
|
||||
.UsingPost()
|
||||
.WithPath("x")
|
||||
.WithPath("/x")
|
||||
.WithParam("p1", "p1-v")
|
||||
.WithParam("p2", "p2-v")
|
||||
.WithHeader("Content-Type", new ContentTypeMatcher("text/plain"))
|
||||
|
||||
Reference in New Issue
Block a user