fix(reliability): hop governance belongs to rfplan, not boot reconciler (I2)

This commit is contained in:
2026-08-22 16:51:52 -06:00
parent ba3e1b1ae0
commit b25c98b7c7
4 changed files with 71 additions and 7 deletions
+2
View File
@@ -32,6 +32,8 @@ class ReliabilityApiTest(unittest.TestCase):
def tearDown(self):
server.device_run = self.old_device_run
import mk8_guard
mk8_guard._GR_CACHE['data'] = None
def test_h_health_exposes_reliability_feed(self):
status, h = server.h_health(None)