diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs b/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs index 401954e384..e750b02148 100644 --- a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs +++ b/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs @@ -548,7 +548,6 @@ namespace Microsoft.AspNet.Mvc // through the HttpContext. var httpContext = new DefaultHttpContext { - ApplicationServices = serviceProvider, RequestServices = serviceProvider, };