mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-20 16:44:31 +01:00
NO ConfigureAwait(false) + cleanup
This commit is contained in:
@@ -42,7 +42,7 @@ public class ResponseWithStatusCodeTests
|
||||
break;
|
||||
}
|
||||
|
||||
var response = await responseBuilder.ProvideResponseAsync(new Mock<IMapping>().Object, request, _settingsMock.Object).ConfigureAwait(false);
|
||||
var response = await responseBuilder.ProvideResponseAsync(new Mock<IMapping>().Object, request, _settingsMock.Object);
|
||||
|
||||
// Assert
|
||||
response.Message.StatusCode.Should().Be(expectedStatusCode);
|
||||
|
||||
Reference in New Issue
Block a user