@@ -217,7 +217,7 @@ describe("e2e: auth", () => {
217217 authorization : "Bearer sk-e2e-placeholder" ,
218218 sourceConfig : expect . any ( String ) ,
219219 body : {
220- model : "qwen3.7 -max" ,
220+ model : "qwen3.8 -max" ,
221221 stream : false ,
222222 } ,
223223 } ) ;
@@ -266,7 +266,7 @@ describe("e2e: auth", () => {
266266 expect ( config [ "token-plan" ] ) . toMatchObject ( {
267267 api_key : "sk-sp-e2e-placeholder" ,
268268 base_url : validationServer . baseUrl ,
269- default_text_model : "qwen3.8-max-preview " ,
269+ default_text_model : "qwen3.8-max" ,
270270 default_video_model : "happyhorse-1.1-t2v" ,
271271 default_image_to_video_model : "happyhorse-1.1-i2v" ,
272272 default_reference_to_video_model : "happyhorse-1.1-r2v" ,
@@ -314,7 +314,7 @@ describe("e2e: auth", () => {
314314 authorization : "Bearer sk-sp-e2e-placeholder" ,
315315 sourceConfig : expect . any ( String ) ,
316316 body : {
317- model : "qwen3.7 -max" ,
317+ model : "qwen3.8 -max" ,
318318 stream : false ,
319319 } ,
320320 } ) ;
@@ -328,7 +328,7 @@ describe("e2e: auth", () => {
328328 expect ( config [ "token-plan" ] ) . toMatchObject ( {
329329 api_key : "sk-sp-e2e-placeholder" ,
330330 base_url : "https://token-plan.cn-beijing.maas.aliyuncs.com" ,
331- default_text_model : "qwen3.8-max-preview " ,
331+ default_text_model : "qwen3.8-max" ,
332332 default_video_model : "happyhorse-1.1-t2v" ,
333333 default_image_to_video_model : "happyhorse-1.1-i2v" ,
334334 default_reference_to_video_model : "happyhorse-1.1-r2v" ,
0 commit comments