first passing proxy acceptnace test yeyyy!

This commit is contained in:
TomPallister
2016-09-07 21:47:39 +01:00
parent 71b7e7743e
commit 03ef47038a
12 changed files with 264 additions and 43 deletions

View File

@ -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)