Remove notification registration for ValueEditorCacheRefresher
This commit is contained in:
@@ -81,9 +81,7 @@ namespace Umbraco.Cms.Tests.Integration.Umbraco.Infrastructure.Services
|
|||||||
protected override void CustomTestSetup(IUmbracoBuilder builder) => builder
|
protected override void CustomTestSetup(IUmbracoBuilder builder) => builder
|
||||||
.AddNotificationHandler<ContentPublishingNotification, ContentNotificationHandler>()
|
.AddNotificationHandler<ContentPublishingNotification, ContentNotificationHandler>()
|
||||||
.AddNotificationHandler<ContentCopyingNotification, ContentNotificationHandler>()
|
.AddNotificationHandler<ContentCopyingNotification, ContentNotificationHandler>()
|
||||||
.AddNotificationHandler<ContentCopiedNotification, ContentNotificationHandler>()
|
.AddNotificationHandler<ContentCopiedNotification, ContentNotificationHandler>();
|
||||||
.AddNotificationHandler<DataTypeSavedNotification, ValueEditorCacheRefresher>()
|
|
||||||
.AddNotificationHandler<DataTypeDeletedNotification, ValueEditorCacheRefresher>();
|
|
||||||
|
|
||||||
[TearDown]
|
[TearDown]
|
||||||
public void Teardown() => ContentRepositoryBase.ThrowOnWarning = false;
|
public void Teardown() => ContentRepositoryBase.ThrowOnWarning = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user