CI: Update `api.integration.test.ts` in CLI test
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3570373. --> Reported by: [hooroomoo](https://www.drupal.org/user/3688872) Related to !522 >>> <h3 id="overview">Overview</h3> <p>CLI test is failing on CI runs. My strong hunch is because the test did not get triggered on a merged MR <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/canvas/-/work_items/3565754" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/canvas/-/work_items/3565754</a></span> that changed the data of an test expect. That MR added a new test component and the `api.integrations.test.ts` checks against a list of test components. But the expected list is missing that newly added test component.</p> <h3 id="proposed-resolution">Proposed resolution</h3> <p>Update the test expectation and see if we can another condition on gitlab.ci.yml to make sure it runs on any MRs that does something similar of adding or removing a test component</p> <h3 id="ui-changes">User interface changes</h3> > Related issue: [Issue #3567950](https://www.drupal.org/node/3567950) > Related issue: [Issue #3565754](https://www.drupal.org/node/3565754)
issue