Clean up after reintroduction of examine composers

This commit is contained in:
Bjarke Berg
2021-04-27 07:43:18 +02:00
parent 80bd5257bc
commit e52d4dda7e
2 changed files with 1 additions and 3 deletions

View File

@@ -221,7 +221,6 @@ namespace Umbraco.Cms.Tests.Integration.Testing
.AddBackOfficeIdentity()
.AddMembersIdentity()
.AddExamine()
.AddExamineLucene()
.AddTestServices(TestHelper, GetAppCaches());
if (TestOptions.Mapper)

View File

@@ -48,8 +48,7 @@ namespace Umbraco.Extensions
.AddUnattedInstallCreateUser()
.AddCoreNotifications()
.AddLogViewer()
.AddExamine()
.AddExamineLucene();
.AddExamine();
/// <summary>
/// Adds Umbraco preview support