mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
updated tests url
This commit is contained in:
parent
2a03d33d7e
commit
9c9315a94f
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user