Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunnerud committed Oct 7, 2024
1 parent 4be1de6 commit 49d7ba2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public static HttpClient GetTestClient<T>(CustomWebApplicationFactory<T> custome
builder.ConfigureTestServices(services =>
{
services.AddTransient<IAuthenticationClient, AuthenticationClientMock>();
services.AddTransient<IRegisterClient, RegisterClientMock>();
services.AddTransient<ISystemRegisterClient, SystemRegisterClientMock>();
services.AddTransient<ISystemUserClient, SystemUserClientMock>();
services.AddTransient<IAccessManagementClient, PartyClientMock>();
Expand Down

0 comments on commit 49d7ba2

Please sign in to comment.