Skip to content

Fix flaky security findings finder spec

What does this MR do and why?

Fix flaky security findings finder spec

The spec was relying on the implicit order of the records in the database which was causing random failures.

With this change, we explicitly set the order while picking a record from the test records.

Merge request reports