Skip to content

Remove description_html attributes from labels comparison

Andrejs Cunskis requested to merge andrey-fix-label-comparison into master

What does this MR do and why?

Remove description_html attribute when comparing labels. This attribute is mostly internal use only, and due to some additional logic when creating/updating labels, it can get mutated with some href attributes added to links, which fails the test comparison. Given we still compare plain description, it's enough for validation.

Related to: #432971 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Tiffany Rea

Merge request reports