mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-10-31 22:45:28 +08:00 
			
		
		
		
	updated tests url
This commit is contained in:
		| @@ -27,8 +27,8 @@ namespace Ocelot.AcceptanceTests | ||||
|         public void should_use_service_discovery_and_load_balance_request() | ||||
|         { | ||||
|             var serviceName = "product"; | ||||
|             var downstreamServiceOneUrl = "http://localhost:51879"; | ||||
|             var downstreamServiceTwoUrl = "http://localhost:51880"; | ||||
|             var downstreamServiceOneUrl = "http://localhost:50879"; | ||||
|             var downstreamServiceTwoUrl = "http://localhost:50880"; | ||||
|             var fakeConsulServiceDiscoveryUrl = "http://localhost:9500"; | ||||
|             var downstreamServiceOneCounter = 0; | ||||
|             var downstreamServiceTwoCounter = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tom Gardham-Pallister
					Tom Gardham-Pallister