Fixes integration tests localization text

This commit is contained in:
Shannon
2020-09-04 01:30:47 +10:00
parent e6b6dd6d92
commit 1c83c68862
6 changed files with 48 additions and 174 deletions

View File

@@ -325,7 +325,7 @@ namespace Umbraco.Extensions
var globalSettings = configs.Global();
hostingEnvironment = new AspNetCoreHostingEnvironment(hostingSettings, webHostEnvironment);
ioHelper = new IOHelper(hostingEnvironment, globalSettings);
ioHelper = new IOHelper(hostingEnvironment);
logger = AddLogger(services, hostingEnvironment, loggingConfiguration);
backOfficeInfo = new AspNetCoreBackOfficeInfo(globalSettings);