From 8b48cb451e26bc39e5e7d5ef76de5787e9d8ef0d Mon Sep 17 00:00:00 2001
From: Cai <cai@nbcai.cc>
Date: Mon, 10 Aug 2026 00:55:51 +0800
Subject: [PATCH] content(video): update creator feed archive

---
 dev/project-dev/test/stock_valuation_pipeline_v2/test_pipeline_v2.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/project-dev/test/stock_valuation_pipeline_v2/test_pipeline_v2.py b/dev/project-dev/test/stock_valuation_pipeline_v2/test_pipeline_v2.py
index b88f65a..34da16a 100644
--- a/dev/project-dev/test/stock_valuation_pipeline_v2/test_pipeline_v2.py
+++ b/dev/project-dev/test/stock_valuation_pipeline_v2/test_pipeline_v2.py
@@ -63,8 +63,8 @@
 
 
 FIXTURE = Path(__file__).with_name("fixtures") / "chengchang_20260801"
-SOURCE_SNAPSHOT = REPO / "outputs" / "20260801_chengchang_technology_valuation" / "valuation_snapshot.json"
-SOURCE_RESULTS = REPO / "outputs" / "20260801_chengchang_technology_valuation" / "generated" / "valuation_results.json"
+SOURCE_SNAPSHOT = REPO / "ana-data" / "result" / "股票估值" / "20260801_chengchang_technology_valuation" / "valuation_snapshot.json"
+SOURCE_RESULTS = REPO / "ana-data" / "result" / "股票估值" / "20260801_chengchang_technology_valuation" / "generated" / "valuation_results.json"
 GREAT_WALL = ANA_DEV / "test" / "stock_valuation_pipeline" / "fixtures" / "great_wall_military_20260731.json"
 TASK_START = "2026-08-01T21:20:48+08:00"
 EXPECTED_KEYS = {

--
Gitblit v1.9.3