mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-20 12:35:49 +08:00
started implementing the consul service provider
This commit is contained in:
@@ -99,7 +99,7 @@ namespace Ocelot.UnitTests.LoadBalancer
|
||||
|
||||
private void WhenIGetTheLoadBalancer()
|
||||
{
|
||||
_result = _factory.Get(_reRoute);
|
||||
_result = _factory.Get(_reRoute).Result;
|
||||
}
|
||||
|
||||
private void ThenTheLoadBalancerIsReturned<T>()
|
||||
|
||||
Reference in New Issue
Block a user