test(omp): align legacy retirement IPC assertion with optional UUID

This commit is contained in:
Neil
2026-09-14 12:56:54 -07:00
parent 1bb9642641
commit 9045ff05cf
+1 -1
View File
@@ -444,7 +444,7 @@ describe('agent pane authority IPC', () => {
onHandlers.get('agentStatus:retirePaneAuthority')!({}, PANE_KEY)
expect(retirePaneAuthority).toHaveBeenCalledWith(PANE_KEY)
expect(retirePaneAuthority).toHaveBeenCalledWith(PANE_KEY, undefined)
expect(clearMigrationUnsupportedPtysForPaneKey).toHaveBeenCalledWith(PANE_KEY)
})