Fixed tests
This commit is contained in:
parent
25db412332
commit
04ca5e968d
|
|
@ -55,6 +55,7 @@ namespace Microsoft.AspNet.Hosting
|
||||||
var context = new HostingContext
|
var context = new HostingContext
|
||||||
{
|
{
|
||||||
ServerFactory = this,
|
ServerFactory = this,
|
||||||
|
Services = services,
|
||||||
ApplicationName = "Microsoft.AspNet.Hosting.Tests"
|
ApplicationName = "Microsoft.AspNet.Hosting.Tests"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue