Fixed failing tests.

This commit is contained in:
Andy Butland
2020-08-26 07:55:23 +02:00
parent 8666547cf1
commit 8fd59d546e
20 changed files with 235 additions and 152 deletions

View File

@@ -578,7 +578,7 @@ namespace Umbraco.Web.BackOffice.Controllers
}
var dataInstaller = new PackageDataInstallation(_logger, _fileService, _macroService, _LocalizationService,
_dataTypeService, _entityService, _contentTypeService, _contentService, _propertyEditors, _scopeProvider, _shortStringHelper, _globalSettings, _localizedTextService);
_dataTypeService, _entityService, _contentTypeService, _contentService, _propertyEditors, _scopeProvider, _shortStringHelper, Options.Create(_globalSettings), _localizedTextService);
var xd = new XmlDocument {XmlResolver = null};
xd.Load(filePath);