From a4ee8055f941da4f42a1aef157814f8aecf50cb7 Mon Sep 17 00:00:00 2001 From: Emma Garland Date: Fri, 12 Feb 2021 17:06:29 +0000 Subject: [PATCH] Moved builder to corect location --- .../Testing/UmbracoIntegrationTest.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs b/src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs index 71ba3367fc..0e79cd6464 100644 --- a/src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs +++ b/src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs @@ -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);