mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-17 21:05:48 +08:00
Add ability to specify scheme of ServiceProviderConfiguration
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Ocelot.UnitTests.Consul
|
||||
.WithServiceName("")
|
||||
.Build();
|
||||
|
||||
var provider = ConsulProviderFactory.Get(_provider, new ServiceProviderConfiguration("", "", 1, "", "", 1), reRoute);
|
||||
var provider = ConsulProviderFactory.Get(_provider, new ServiceProviderConfiguration("", "", "", 1, "", "", 1), reRoute);
|
||||
provider.ShouldBeOfType<Consul>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user