mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 00:08:16 +08:00
Feature/move polly (#561)
* added delegate to select last handler * #529 implemented a way we can inject the last delegating handler * wip - moving code * #529 removed loads of qos code and moved it into Ocelot.Provider.Polly
This commit is contained in:
@ -144,7 +144,7 @@ namespace Ocelot.UnitTests.Requester
|
||||
|
||||
private void ThenTheErrorIsTimeout()
|
||||
{
|
||||
_response.Errors[0].ShouldBeOfType<RequestTimedOutError>();
|
||||
_response.Errors[0].ShouldBeOfType<UnableToCompleteRequestError>();
|
||||
}
|
||||
|
||||
private void GivenTheHouseReturnsOkHandler()
|
||||
|
Reference in New Issue
Block a user