修正宣发素材生成锁定的模型断言
源码文本断言从 Some(GPT_IMAGE_2_MODEL) 更新为 Some(GPT_IMAGE_2_5_BUSINESS_NAME),与当前锁定实现一致 用例改名为 publication_material_generation_is_locked_to_gpt_image_2_5
This commit is contained in:
@@ -18102,7 +18102,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn publication_material_generation_is_locked_to_gpt_image_2() {
|
||||
fn publication_material_generation_is_locked_to_gpt_image_2_5() {
|
||||
let source = concat!(
|
||||
include_str!("editor_project_icon.rs"),
|
||||
include_str!("editor_project.rs")
|
||||
@@ -18114,7 +18114,7 @@ mod tests {
|
||||
"let effective_price_mud_points",
|
||||
&[
|
||||
"is_publication_material_generation",
|
||||
"Some(GPT_IMAGE_2_MODEL)",
|
||||
"Some(GPT_IMAGE_2_5_BUSINESS_NAME)",
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user