This commit is contained in:
Stef Heyenrath
2017-02-12 10:10:46 +01:00
parent b65cf9b61b
commit 7fa0fbf7da
2 changed files with 8 additions and 3 deletions

View File

@@ -87,7 +87,6 @@ namespace WireMock.Net.ConsoleApplication
.WithHeader("Transformed-Postman-Token", "token is {{request.headers.Postman-Token}}")
.WithBody(@"{""msg"": ""Hello world CATCH-ALL on /*, {{request.path}}, bykey={{request.query.start}}, bykey={{request.query.stop}}, byidx0={{request.query.stop.[0]}}, byidx1={{request.query.stop.[1]}}"" }")
.WithTransformer()
.WithDelay(1000)
.WithDelay(TimeSpan.FromMilliseconds(100))
);