chore(deploy): register migration invariant audit
This commit is contained in:
@@ -417,11 +417,20 @@ class DevicePlaneRegistryTest(unittest.TestCase):
|
||||
"Health": {"Status": "unhealthy"},
|
||||
},
|
||||
}
|
||||
preserved_inventory = {
|
||||
**inventory,
|
||||
"services": inventory["services"][1:],
|
||||
}
|
||||
with (
|
||||
mock.patch.object(
|
||||
RUNNER,
|
||||
"healthcheck_compose_service_with_grace",
|
||||
) as preserved_health,
|
||||
mock.patch.object(
|
||||
RUNNER,
|
||||
"device_plane_runtime_inventory",
|
||||
return_value=preserved_inventory,
|
||||
),
|
||||
mock.patch.object(
|
||||
RUNNER,
|
||||
"compose_service_container_id",
|
||||
|
||||
Reference in New Issue
Block a user