mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 07:55:28 +08:00 
			
		
		
		
	Fix tests that are failing on AppVeyor.
This commit is contained in:
		@@ -38,8 +38,8 @@
 | 
			
		||||
            _serviceName = "test";
 | 
			
		||||
            _port = 8500;
 | 
			
		||||
            _consulHost = "localhost";
 | 
			
		||||
            _consulScheme = "https";
 | 
			
		||||
            _fakeConsulServiceDiscoveryUrl = $"http://{_consulHost}:{_port}";
 | 
			
		||||
            _consulScheme = "http";
 | 
			
		||||
            _fakeConsulServiceDiscoveryUrl = $"{_consulScheme}://{_consulHost}:{_port}";
 | 
			
		||||
            _serviceEntries = new List<ServiceEntry>();
 | 
			
		||||
            _factory = new Mock<IOcelotLoggerFactory>();
 | 
			
		||||
            _clientFactory = new ConsulClientFactory();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user