Fixed test findings.

This commit is contained in:
Alexander Maret-Huskinson 2019-08-30 19:08:03 +02:00
parent 881e352d68
commit 880b3dc5f1
4 changed files with 14 additions and 13 deletions

View file

@ -20,7 +20,7 @@ function _M.new(self, backend)
setmetatable(o, self)
self.__index = self
balancer_sticky.sync(o, backend)
return o