diff --git a/apps/desktop/src/app/session/hooks/use-prompt-actions/index.test.tsx b/apps/desktop/src/app/session/hooks/use-prompt-actions/index.test.tsx index e5cc41077ef0..68f0505eba80 100644 --- a/apps/desktop/src/app/session/hooks/use-prompt-actions/index.test.tsx +++ b/apps/desktop/src/app/session/hooks/use-prompt-actions/index.test.tsx @@ -1179,11 +1179,11 @@ describe('usePromptActions submit / queue drain semantics', () => { render( null} onReady={h => (handle = h)} refreshSessions={async () => undefined} requestGateway={requestGateway} + storedSessionId={'rt-foreground'} /> )