mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
Unify settings infrastructure ledger
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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"], [])
|
||||
|
||||
Reference in New Issue
Block a user