mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-21 16:31:46 +02:00
WireMock.Net.TUnitTests / 10
This commit is contained in:
@@ -123,7 +123,7 @@ public class ResponseWithCallbackTests
|
||||
.WithHeader("H2", "X2")
|
||||
.WithBody(async req =>
|
||||
{
|
||||
await Task.Delay(1).ConfigureAwait(false);
|
||||
await Task.Delay(1);
|
||||
return $"path: {req.Path}";
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user