added options factory

This commit is contained in:
StevanFreeborn
2022-07-08 16:43:32 -05:00
parent 16fe8039bb
commit bd78272a30
6 changed files with 21 additions and 15 deletions
-2
View File
@@ -4,8 +4,6 @@ namespace server.tests.Http
{
internal static class HttpClientFactory
{
public static HttpClient GetHttpClient(int version)
{
var webAppFactory = new WebApplicationFactory<Program>();