Description: Attach fakes.FakeClientManager to TestOctaviaClient
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2026-02-27

--- python-octaviaclient-3.13.0.orig/octaviaclient/tests/unit/osc/v2/fakes.py
+++ python-octaviaclient-3.13.0/octaviaclient/tests/unit/osc/v2/fakes.py
@@ -31,6 +31,7 @@ class TestOctaviaClient(utils.TestComman
 
     def setUp(self):
         super().setUp()
+        self.app.client_manager = fakes.FakeClientManager()
         self.app.client_manager.load_balancer = FakeOctaviaClient(
             endpoint=fakes.AUTH_URL,
             token=fakes.AUTH_TOKEN,
