Fix broken integration test, must set ServiceProvider before using
This commit is contained in:
@@ -71,8 +71,8 @@ namespace Umbraco.Tests.Integration.TestServerTest
|
||||
// call startup
|
||||
builder.Configure(app =>
|
||||
{
|
||||
UseTestDatabase(app.ApplicationServices);
|
||||
Services = app.ApplicationServices;
|
||||
UseTestDatabase(app.ApplicationServices);
|
||||
Configure(app);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user