diff --git a/src/Umbraco.Tests.Integration/Infrastructure/TestGlobalSettings.cs b/src/Umbraco.Tests.Integration/Infrastructure/TestGlobalSettings.cs index 2123de8c14..222e3a5571 100644 --- a/src/Umbraco.Tests.Integration/Infrastructure/TestGlobalSettings.cs +++ b/src/Umbraco.Tests.Integration/Infrastructure/TestGlobalSettings.cs @@ -45,5 +45,7 @@ namespace Umbraco.Tests.Integration.Infrastructure public string DatabaseFactoryServerVersion => throw new System.NotImplementedException(); public string MainDomLock => throw new System.NotImplementedException(); + + public string NoNodesViewPath => throw new System.NotImplementedException(); } }