Moved builder to corect location

This commit is contained in:
Emma Garland
2021-02-12 17:06:29 +00:00
parent d508bd21ff
commit a4ee8055f9

View File

@@ -218,6 +218,7 @@ namespace Umbraco.Tests.Integration.Testing
.AddRuntimeMinifier()
.AddBackOfficeAuthentication()
.AddBackOfficeIdentity()
.AddMembersIdentity()
.AddTestServices(TestHelper, GetAppCaches());
if (TestOptions.Mapper)
@@ -229,8 +230,6 @@ namespace Umbraco.Tests.Integration.Testing
}
services.AddSignalR();
builder.AddMembersIdentity();
services.AddMvc();
CustomTestSetup(builder);