Further fix to configuration classes using ISet, resolving regression with custom 404 pages (#19573)
Further fix to configuration classes using ISet, resolving regression with custom 404 pages.
This commit is contained in:
@@ -42,9 +42,9 @@ namespace Umbraco.Cms.Tests.UnitTests.Umbraco.Core.Configuration.Models.Validati
|
||||
new ContentSettings
|
||||
{
|
||||
Error404Collection =
|
||||
{
|
||||
[
|
||||
new() { Culture = culture, ContentId = 1 },
|
||||
},
|
||||
],
|
||||
Imaging =
|
||||
{
|
||||
AutoFillImageProperties =
|
||||
|
||||
Reference in New Issue
Block a user