修正 ImageProvider 生成测试的错误命名
将 image_generation_uses_gpt_image_2_without_fallback_on_success 更名为 image_generation_uses_default_generation_model_on_success 测试实际覆盖 GPT Image 2.5 默认模型且跨模型回退已删除,旧名称会误导后续模型迁移
This commit is contained in:
@@ -536,7 +536,7 @@ async fn image_generation_stays_on_model_after_upstream_502() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn image_generation_uses_gpt_image_2_without_fallback_on_success() {
|
||||
async fn image_generation_uses_default_generation_model_on_success() {
|
||||
let (base_url, server, requests) = start_http_response_sequence(vec![MockResponse {
|
||||
status: "200 OK",
|
||||
content_type: "application/json",
|
||||
|
||||
Reference in New Issue
Block a user