fix test break
This commit is contained in:
parent
abb41302e9
commit
a146f0484b
|
|
@ -17,7 +17,11 @@ namespace Microsoft.AspNetCore.Dispatcher.FunctionalTest
|
|||
{
|
||||
services.AddLogging();
|
||||
services.AddDispatcher();
|
||||
|
||||
// This is a temporary layering issue, don't worry about it :)
|
||||
services.AddRouting();
|
||||
services.AddSingleton<RouteTemplateUrlGenerator>();
|
||||
services.AddSingleton<IDefaultDispatcherFactory, TreeDispatcherFactory>();
|
||||
|
||||
services.Configure<DispatcherOptions>(ConfigureDispatcher);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue