-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unnecessary markdown rendering #7265
Remove unnecessary markdown rendering #7265
Conversation
Signed-off-by: Craig Perkins <[email protected]>
❌ Invalid Prefix For Manual Changeset CreationInvalid description prefix. Found "chore". Only "skip" entry option is permitted for manual commit of changeset files. If you were trying to skip the changelog entry, please use the "skip" entry option in the ##Changelog section of your PR description. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7265 +/- ##
==========================================
- Coverage 67.52% 67.52% -0.01%
==========================================
Files 3477 3477
Lines 68757 68756 -1
Branches 11204 11204
==========================================
- Hits 46431 46430 -1
Misses 19620 19620
Partials 2706 2706
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit a34389e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit a34389e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit a34389e) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ject#7290) (cherry picked from commit a34389e) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
This PR removes unnecessary markdown rendering when handling SavedObjectNotFound errors. The error rendering occurs here and unnecessarily renders the text as markdown when the message will always be plain text based on the error type.
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration