Unify settings infrastructure ledger

This commit is contained in:
rcourtman 2026-04-18 14:54:53 +01:00
parent a6145510d0
commit 847d09d17b
34 changed files with 1286 additions and 882 deletions

View file

@ -2445,9 +2445,9 @@ class CanonicalCompletionGuardTest(unittest.TestCase):
"frontend-modern/src/components/Settings/infrastructureWorkspaceModel.ts"
)
def test_infrastructure_reporting_summary_change_requires_agent_lifecycle(self):
def test_infrastructure_workspace_change_requires_agent_lifecycle(self):
self._assert_platform_connections_workspace_change_requires_agent_lifecycle(
"frontend-modern/src/components/Settings/InfrastructurePlatformConnectionsSummaryCard.tsx"
"frontend-modern/src/components/Settings/InfrastructureWorkspace.tsx"
)
def test_proxmox_direct_workspace_state_change_requires_agent_lifecycle(self):

View file

@ -1888,12 +1888,12 @@ class SubsystemLookupTest(unittest.TestCase):
PLATFORM_CONNECTIONS_WORKSPACE_EXACT_FILES,
)
def test_lookup_paths_assigns_infrastructure_reporting_summary_to_agent_lifecycle(
def test_lookup_paths_assigns_infrastructure_workspace_to_agent_lifecycle(
self,
) -> None:
result = lookup_paths(
[
"frontend-modern/src/components/Settings/InfrastructurePlatformConnectionsSummaryCard.tsx"
"frontend-modern/src/components/Settings/InfrastructureWorkspace.tsx"
]
)
self.assertEqual(result["unowned_runtime_files"], [])