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