tests(infra,api): refactor to allow further config of TestApi
This commit is contained in:
@@ -13,7 +13,10 @@ internal sealed class HttpRequestBuilder
|
||||
{
|
||||
}
|
||||
|
||||
public static HttpRequestBuilder New() => new();
|
||||
public static HttpRequestBuilder New()
|
||||
{
|
||||
return new();
|
||||
}
|
||||
|
||||
public HttpRequestBuilder WithMethod(HttpMethod method)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user