continuing to write tests

This commit is contained in:
StevanFreeborn
2022-07-11 09:36:39 -05:00
parent 05a042f552
commit 92d18aa484
6 changed files with 63 additions and 9 deletions
@@ -17,7 +17,7 @@ namespace server.tests.v1.IntegrationTests
public EpisodesControllerIntegrationTests()
{
_client = HttpClientFactory.GetHttpClient(1);
_client = HttpClientFactory.GetClient(1);
_serializerOptions = OptionsFactory.GetJsonSerializerOptions();