Update spec to use unique external URLs
What does this MR do and why?
The spec is flaky because external_url
by default returns the value of FFaker::Internet.http_url
. It returns a random URL but not necessarily unique.
To ensure uniqueness of the external_url
within the spec, we set unique URLs instead.
More info about investigation in: !164816 (comment 2151872023).
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Patrick Bajao