mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-16 13:55:49 +08:00
removed tasks we dont need
This commit is contained in:
@@ -134,7 +134,7 @@ namespace Ocelot.UnitTests.LoadBalancer
|
||||
|
||||
private void WhenIGetTheLoadBalancer()
|
||||
{
|
||||
_result = _factory.Get(_reRoute, _serviceProviderConfig).Result;
|
||||
_result = _factory.Get(_reRoute, _serviceProviderConfig);
|
||||
}
|
||||
|
||||
private void ThenTheLoadBalancerIsReturned<T>()
|
||||
|
||||
Reference in New Issue
Block a user