mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 11:18:16 +08:00
* #298 initial hacking around better aggregation * #298 bit more hacking around * #298 abstraction over httpresponsemessage * #298 tidying up * #298 docs * #298 missed this
This commit is contained in:
@ -134,7 +134,8 @@ namespace Ocelot.UnitTests.Configuration
|
||||
{
|
||||
"Tom",
|
||||
"Laura"
|
||||
}
|
||||
},
|
||||
Aggregator = "asdf"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -149,7 +149,6 @@ namespace Ocelot.UnitTests.Configuration
|
||||
.Then(x => ThenTheFollowingDownstreamIsReturned(downstream))
|
||||
.BDDfy();
|
||||
}
|
||||
|
||||
|
||||
[Fact]
|
||||
public void should_add_trace_id_header()
|
||||
|
Reference in New Issue
Block a user