Fixing tests

This commit is contained in:
Shannon
2020-04-03 17:05:50 +11:00
parent 4920268ec8
commit d711796c59
18 changed files with 45 additions and 40 deletions

View File

@@ -106,7 +106,7 @@ namespace Umbraco.Tests.Integration.Implementations
public override IHostingEnvironment GetHostingEnvironment()
=> _hostingEnvironment ??= new TestHostingEnvironment(
SettingsForTests.GetDefaultHostingSettings(),
SettingsForTests.DefaultHostingSettings,
_hostEnvironment);
public override IApplicationShutdownRegistry GetHostingEnvironmentLifetime() => _hostingLifetime;