Removed some of the old legacy configs

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-09-11 21:13:18 +02:00
parent dc643ab6a6
commit 2eee6d7386
19 changed files with 66 additions and 242 deletions

View File

@@ -87,6 +87,8 @@ namespace Umbraco.Tests.Integration.Testing
Services = host.Services;
var app = new ApplicationBuilder(host.Services);
Configure(app);
OnFixtureTearDown(() => host.Dispose());
}
#region Generic Host Builder and Runtime