mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-14 08:20:11 +00:00
Unify settings infrastructure ledger
This commit is contained in:
parent
a6145510d0
commit
847d09d17b
34 changed files with 1286 additions and 882 deletions
|
|
@ -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"], [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue