Merge "Use helper to close client"

This commit is contained in:
Zuul
2026-02-14 21:59:45 +00:00
committed by Gerrit Code Review

View File

@@ -128,7 +128,7 @@ class ZookeeperJobboardTest(test.TestCase, ZookeeperBoardTestMixin):
persistence=persistence)
self.addCleanup(cleanup_path, client, self.path)
self.addCleanup(board.close)
self.addCleanup(kazoo_utils.finalize_client, client)
self.addCleanup(self.close_client, client)
return (client, board)
def setUp(self):