mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 16:28:17 +08:00
first passing proxy acceptnace test yeyyy!
This commit is contained in:
@ -90,7 +90,7 @@ namespace Ocelot.AcceptanceTests
|
||||
|
||||
private void WhenIRequestTheUrlOnTheApiGateway(string url)
|
||||
{
|
||||
_response = _client.GetAsync("/").Result;
|
||||
_response = _client.GetAsync(url).Result;
|
||||
}
|
||||
|
||||
private void ThenTheStatusCodeShouldBe(HttpStatusCode expectedHttpStatusCode)
|
||||
|
Reference in New Issue
Block a user