Missed update for test when reacting to hosting changes

This commit is contained in:
John Luo 2015-10-30 16:18:50 -07:00
parent b466c3b7d7
commit facf3ad0da
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ namespace Microsoft.AspNet.Server.Kestrel.FunctionalTests
}).Build(); }).Build();
var builder = new WebHostBuilder(config) var builder = new WebHostBuilder(config)
.UseServer("Microsoft.AspNet.Server.Kestrel") .UseServerFactory("Microsoft.AspNet.Server.Kestrel")
.UseStartup(app => .UseStartup(app =>
{ {
app.Run(async context => app.Run(async context =>