@@ -87,7 +87,7 @@ describe("Parallels smoke model selection", () => {
8787 const providerAuth = readFileSync ( TS_PATHS . providerAuth , "utf8" ) ;
8888
8989 expect ( providerAuth ) . toContain ( "OPENCLAW_PARALLELS_OPENAI_MODEL" ) ;
90- expect ( providerAuth ) . toContain ( "openai/gpt-5.4 " ) ;
90+ expect ( providerAuth ) . toContain ( "openai/gpt-5.5 " ) ;
9191 expect ( providerAuth ) . toContain ( 'authChoice: "openai-api-key"' ) ;
9292 expect ( providerAuth ) . toContain ( 'authChoice: "apiKey"' ) ;
9393 expect ( providerAuth ) . toContain ( 'authChoice: "minimax-global-api"' ) ;
@@ -225,7 +225,7 @@ console.log(resolveUbuntuVmName("Ubuntu missing"));
225225 apiKeyValue : "sk-openai" ,
226226 authChoice : "openai-api-key" ,
227227 authKeyFlag : "openai-api-key" ,
228- modelId : "openai/gpt-5.4 " ,
228+ modelId : "openai/gpt-5.5 " ,
229229 } ) ;
230230
231231 expect (
@@ -363,6 +363,7 @@ console.log(resolveUbuntuVmName("Ubuntu missing"));
363363 expect ( macos ) . not . toContain ( "Authorization: Bot" ) ;
364364 expect ( discord ) . toContain ( "Authorization: Bot" ) ;
365365 expect ( discord ) . toContain ( '"--silent"' ) ;
366+ expect ( discord ) . toContain ( "plugins deps --repair" ) ;
366367 expect ( discord ) . toContain ( "channels status --probe --json" ) ;
367368 expect ( discord ) . toContain ( "Stop ${this.input.vmName} after successful Discord smoke" ) ;
368369 } ) ;
0 commit comments