diff --git a/backend/app/Services/ContentPromotion/Adapters/CareerGuideCmsPromotionAdapter.php b/backend/app/Services/ContentPromotion/Adapters/CareerGuideCmsPromotionAdapter.php index 785e85262..cf78157d6 100644 --- a/backend/app/Services/ContentPromotion/Adapters/CareerGuideCmsPromotionAdapter.php +++ b/backend/app/Services/ContentPromotion/Adapters/CareerGuideCmsPromotionAdapter.php @@ -18,7 +18,7 @@ protected function lane(): string protected function subscope(): string { - return 'career-guides'; + return 'W3-CAREER-GUIDES'; } protected function revisionStore(): string diff --git a/backend/config/content_promotion.php b/backend/config/content_promotion.php index 6eb96eeae..288af9d26 100644 --- a/backend/config/content_promotion.php +++ b/backend/config/content_promotion.php @@ -34,7 +34,7 @@ 'adapter_capabilities' => [ 'W1' => ['mbti-comparisons' => 'audit_compatible', 'mbti-results' => 'audit_compatible'], 'W2' => ['big-five' => 'audit_compatible'], - 'W3' => ['W3-ARTICLES' => 'audit_compatible', 'career-guides' => 'audit_compatible'], + 'W3' => ['W3-ARTICLES' => 'audit_compatible', 'W3-CAREER-GUIDES' => 'audit_compatible'], 'W4' => ['riasec' => 'audit_compatible'], 'W5' => ['enneagram' => 'audit_compatible', 'enneagram-results' => 'audit_compatible'], 'W6' => ['iq' => 'fail_closed_legacy_audit'],