Add unit test case for balancer.route_to_alternative_balancer()

This commit is contained in:
s-shirayama 2019-06-11 22:20:14 +09:00
parent ce418168f4
commit 7a15f52cf1
2 changed files with 55 additions and 0 deletions

View file

@ -257,6 +257,7 @@ end
if _TEST then
_M.get_implementation = get_implementation
_M.sync_backend = sync_backend
_M.route_to_alternative_balancer = route_to_alternative_balancer
end
return _M