@@ -722,6 +722,7 @@ describe("runCodexAppServerAttempt", () => {
722722 const workspaceDir = path . join ( tempDir , "workspace" ) ;
723723 const params = createParams ( sessionFile , workspaceDir ) ;
724724 params . disableTools = false ;
725+ params . runtimePlan = createCodexRuntimePlanFixture ( ) ;
725726 const sandboxSessionKey = params . sessionKey ;
726727 if ( ! sandboxSessionKey ) {
727728 throw new Error ( "createParams must provide a sessionKey for Codex dynamic tool tests." ) ;
@@ -758,6 +759,7 @@ describe("runCodexAppServerAttempt", () => {
758759 const workspaceDir = path . join ( tempDir , "workspace" ) ;
759760 const params = createParams ( sessionFile , workspaceDir ) ;
760761 params . disableTools = false ;
762+ params . runtimePlan = createCodexRuntimePlanFixture ( ) ;
761763 const sandboxSessionKey = params . sessionKey ;
762764 if ( ! sandboxSessionKey ) {
763765 throw new Error ( "createParams must provide a sessionKey for Codex dynamic tool tests." ) ;
@@ -856,6 +858,7 @@ describe("runCodexAppServerAttempt", () => {
856858 const workspaceDir = path . join ( tempDir , "workspace" ) ;
857859 const params = createParams ( sessionFile , workspaceDir ) ;
858860 params . disableTools = false ;
861+ params . runtimePlan = createCodexRuntimePlanFixture ( ) ;
859862 const sandboxSessionKey = params . sessionKey ;
860863 if ( ! sandboxSessionKey ) {
861864 throw new Error ( "createParams must provide a sessionKey for Codex dynamic tool tests." ) ;
@@ -886,6 +889,7 @@ describe("runCodexAppServerAttempt", () => {
886889 const workspaceDir = path . join ( tempDir , "workspace" ) ;
887890 const params = createParams ( sessionFile , workspaceDir ) ;
888891 params . disableTools = false ;
892+ params . runtimePlan = createCodexRuntimePlanFixture ( ) ;
889893 const sandboxSessionKey = params . sessionKey ;
890894 if ( ! sandboxSessionKey ) {
891895 throw new Error ( "createParams must provide a sessionKey for Codex dynamic tool tests." ) ;
0 commit comments