chore(ECR-001,ECR-003): 关闭结构对齐并清理 outlook JSON 旧键
正式关闭 ECR-001/002;删除 fortune 双写与 lucky 字段,H5 改读 outlook/boost。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -78,8 +78,11 @@ func TestFlowStarDeepAccess(t *testing.T) {
|
||||
if sum["headline"] == nil || sum["headline"] == "" {
|
||||
t.Fatalf("missing headline: %#v", sum)
|
||||
}
|
||||
if sum["fortune"] == nil || sum["planets"] == nil {
|
||||
t.Fatalf("expected fortune+planets in star summary: %#v", sum)
|
||||
if sum["outlook"] == nil || sum["planets"] == nil {
|
||||
t.Fatalf("expected outlook+planets in star summary: %#v", sum)
|
||||
}
|
||||
if sum["fortune"] != nil {
|
||||
t.Fatal("legacy fortune key must be removed (ECR-003)")
|
||||
}
|
||||
reportID := rep["id"].(string)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user