__admin/settings

This commit is contained in:
Stef Heyenrath
2017-02-13 19:34:04 +01:00
parent 2944b5392a
commit b25444d083
4 changed files with 55 additions and 4 deletions

View File

@@ -267,7 +267,7 @@ namespace WireMock.Net.Tests
{
// given
_server = FluentMockServer.Start();
_server.AddRequestProcessingDelay(TimeSpan.FromMilliseconds(200));
_server.AddGlobalProcessingDelay(TimeSpan.FromMilliseconds(200));
_server
.Given(Request.Create().WithPath("/*"))
.RespondWith(Response.Create().WithBody(@"{ msg: ""Hello world!""}"));