diff --git a/src/main/ipc/agent-hooks.test.ts b/src/main/ipc/agent-hooks.test.ts index f8e3420720a..fe488b087c5 100644 --- a/src/main/ipc/agent-hooks.test.ts +++ b/src/main/ipc/agent-hooks.test.ts @@ -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) })