This commit is contained in:
@@ -385,6 +385,11 @@ def test_ai_intelligence_uses_v2_shell_and_real_runtime_apis():
|
||||
assert "fetch('/api/ai/product-picks/generate'" in template
|
||||
assert "fetch('/api/ai/pchome-match/backfill'" in template
|
||||
assert "JSON.stringify({ limit: 50 })" in template
|
||||
assert "僅顯示已通過身份比對的競品" in template
|
||||
assert "tagMap[t] || ['bg-light text-dark', t]" not in template
|
||||
assert "\"match_type_exact\":[" not in template
|
||||
assert "'match_type_exact':[" in template
|
||||
assert "'同款確認'" in template
|
||||
assert "mock" not in template.lower()
|
||||
assert "假商品" not in template
|
||||
|
||||
|
||||
Reference in New Issue
Block a user