updated tests url

This commit is contained in:
Tom Gardham-Pallister 2017-02-03 22:59:00 +00:00
parent 2a03d33d7e
commit 9c9315a94f

View File

@ -27,8 +27,8 @@ namespace Ocelot.AcceptanceTests
public void should_use_service_discovery_and_load_balance_request() public void should_use_service_discovery_and_load_balance_request()
{ {
var serviceName = "product"; var serviceName = "product";
var downstreamServiceOneUrl = "http://localhost:51879"; var downstreamServiceOneUrl = "http://localhost:50879";
var downstreamServiceTwoUrl = "http://localhost:51880"; var downstreamServiceTwoUrl = "http://localhost:50880";
var fakeConsulServiceDiscoveryUrl = "http://localhost:9500"; var fakeConsulServiceDiscoveryUrl = "http://localhost:9500";
var downstreamServiceOneCounter = 0; var downstreamServiceOneCounter = 0;
var downstreamServiceTwoCounter = 0; var downstreamServiceTwoCounter = 0;