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();
var builder = new WebHostBuilder(config)
.UseServer("Microsoft.AspNet.Server.Kestrel")
.UseServerFactory("Microsoft.AspNet.Server.Kestrel")
.UseStartup(app =>
{
app.Run(async context =>