test(runtime): wire new pricing importers into pipeline smoke and catalog mapping

This commit is contained in:
phamnazage-jpg
2026-05-23 18:35:08 +08:00
parent e757cd2dd7
commit c32661fd2a
15 changed files with 299 additions and 144 deletions

View File

@@ -45,7 +45,7 @@ func TestRun360PricingImportDryRunPrintsSummary(t *testing.T) {
for _, want := range []string{
"source=360-pricing-import",
"models=4",
"operator=360 Open Platform",
"operator=360 ZhiNao",
"dry_run=true",
} {
if !strings.Contains(output, want) {