Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: LEAP-1029: Unify an approach of processing requests for suggesti…
…ons (#5772) Use `cleanId` to unifying an approach of processing requests for suggestions. We already have fix like that for ml-backend requests https://github.com/HumanSignal/label-studio/blob/develop/web/apps/labelstudio/src/pages/DataManager/DataManager.jsx#L132 So we just need to mirror it in tests here. ### PR fulfills these requirements - [x] Commit message(s) and PR title follows the format `[fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made` ex. `fix: DEV-XXXX: Removed inconsistent code usage causing intermittent errors` - [ ] Tests for the changes have been added/updated (for bug fixes/features) - [ ] Docs have been added/updated (for bug fixes/features) - [x] Best efforts were made to ensure docs/code are concise and coherent (checked for spelling/grammatical errors, commented out code, debug logs etc.) - [x] Self-reviewed and ran all changes on a local instance (for bug fixes/features) #### Change has impacts in these area(s) _(check all that apply)_ - [ ] Product design - [ ] Backend (Database) - [ ] Backend (API) - [ ] Frontend ### Does this PR introduce a breaking change? _(check only one)_ - [ ] Yes, and covered entirely by feature flag(s) - [ ] Yes, and covered partially by feature flag(s) - [x] No - [ ] Not sure (briefly explain the situation below) ### What level of testing was included in the change? _(check all that apply)_ - [ ] e2e - [ ] integration - [ ] unit ### Which logical domain(s) does this change affect? `Codeceptjs tests` --------- Co-authored-by: robot-ci-heartex <[email protected]> Co-authored-by: Gondragos <[email protected]>
- Loading branch information