Add unit test case for balancer.route_to_alternative_balancer()
This commit is contained in:
parent
ce418168f4
commit
7a15f52cf1
2 changed files with 55 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue