mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 10:18:17 +08:00
Feature/proxy reason phrase (#618)
* #599 started work to proxy reason phrase * #599 test for aggregator
This commit is contained in:
@ -452,6 +452,11 @@
|
||||
header.First().ShouldBe(value);
|
||||
}
|
||||
|
||||
public void ThenTheReasonPhraseIs(string expected)
|
||||
{
|
||||
_response.ReasonPhrase.ShouldBe(expected);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// This is annoying cos it should be in the constructor but we need to set up the file before calling startup so its a step.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user