post_with_query ; 4 params

This commit is contained in:
Stef Heyenrath
2020-03-23 07:56:32 +00:00
parent d5d9d4bd1b
commit 8a295e806c

View File

@@ -497,7 +497,11 @@ namespace WireMock.Net.ConsoleApplication
.Given(Request.Create()
.UsingPost()
.WithPath("/post_with_query")
.WithHeader("PRIVATE-TOKEN", "t")
.WithParam("name", "stef")
.WithParam("path", "p")
.WithParam("visibility", "Private")
.WithParam("parent_id", "1")
)
.RespondWith(Response.Create()
.WithBody("OK : post_with_query")