mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 14:58:16 +08:00
all acceptance tests passing
This commit is contained in:
@ -59,7 +59,7 @@ namespace Ocelot.Benchmarks
|
||||
|
||||
_downstreamContext = new DownstreamContext(httpContext)
|
||||
{
|
||||
Configuration = new InternalConfiguration(new List<ReRoute>(), null, null, null, null, null, null, null)
|
||||
Configuration = new InternalConfiguration(new List<ReRoute>(), null, null, null, null, null, null, null, null)
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user