b4f4d4ffad
Deploy / Staging E2E Tests (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 110h35m20s
CI/CD Pipeline / Frontend Lint (push) Failing after 110h35m29s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 110h35m29s
Phase 8 引入 normalize_plan_config/normalize_template_config 后, API 会将 config 扩展为完整的结构化默认值(cover/title/subtitle/bgm), 但测试断言仍使用旧的简单 dict 格式,导致 4 个用例失败。 修复方式:导入 normalize_* 函数,断言改为期望标准化后的 config。 修复用例: - test_create_success (plans) - test_create_minimal (plans) - test_update_config (plans) - test_create_with_all_fields (templates)