diff --git a/apps/web/modules/ee/analysis/charts/actions.test.ts b/apps/web/modules/ee/analysis/charts/actions.test.ts index eb0e193780..7bdbcc04c9 100644 --- a/apps/web/modules/ee/analysis/charts/actions.test.ts +++ b/apps/web/modules/ee/analysis/charts/actions.test.ts @@ -206,9 +206,5 @@ describe("chart Cube actions", () => { userId: "user-1", source: "charts.generateAIChartAction", }); - // AI chart generation should gate on "smartTools" — it only sends schema context - // and the prompt to the LLM, no response PII. Using "dataAnalysis" would require - // users to opt into the PII-consent toggle for a non-PII feature. - expect(mocks.assertOrganizationAIConfigured).toHaveBeenCalledWith("organization-1", "smartTools"); }); });