Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gardham-Pallister committed Nov 14, 2017
1 parent 9f27fe2 commit d377482
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Ocelot/Requester/HttpClientBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public IHttpClient Create(bool useCookies, bool allowAutoRedirect)

private HttpMessageHandler CreateHttpMessageHandler(HttpMessageHandler httpMessageHandler)
{

_handlers
.OrderByDescending(handler => handler.Key)
.Select(handler => handler.Value)
Expand Down
2 changes: 1 addition & 1 deletion test/Ocelot.AcceptanceTests/Steps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void GivenOcelotIsRunning(Action<IdentityServerAuthenticationOptions> opt
_ocelotClient = _ocelotServer.CreateClient();
}

public void GivenOcelotIsRunningUsingConsulToStoreConfig(/*ConsulRegistryConfiguration consulConfig*/)
public void GivenOcelotIsRunningUsingConsulToStoreConfig()
{
_webHostBuilder = new WebHostBuilder();

Expand Down

0 comments on commit d377482

Please sign in to comment.