LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

Fix: Test Failure for API Only Users

Open jasonsiders opened this issue 3 months ago • 0 comments

Fixes a test method which always fails if the running user is API Only; ex., CI/CD integrations.

This is because API Only users don't have access to Tabs, so DescribeTabResult and similar calls return an empty list of results (even for common objects, like Account / Contact).

jasonsiders avatar Oct 04 '25 23:10 jasonsiders