Missed update when reacting to removing ApplicationServices from HttpContext

This commit is contained in:
John Luo 2015-11-19 21:07:33 -08:00
parent 46cd4ac1f0
commit d78abf267e
1 changed files with 0 additions and 1 deletions

View File

@ -976,7 +976,6 @@ namespace Microsoft.AspNet.Mvc.Routing
{ {
HttpContext = new DefaultHttpContext() HttpContext = new DefaultHttpContext()
{ {
ApplicationServices = services.Object,
RequestServices = services.Object, RequestServices = services.Object,
}, },
RouteData = new RouteData(), RouteData = new RouteData(),