Fix flaky test for Security:ApprovalGroupsFinder
What does this MR do and why?
This MR fixes problem with one of the tests identified by Failure in ee/spec/finders/security/approval_gr... (#421606 - closed). The main reason for this problem was the usage of FFaker::Lorem.word
, which sometimes could return very short word (single character a
) that is not valid for Group name.
Examples jobs:
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.