Skip to content

Fix broken background migration spec

Michał Zając requested to merge mzajac/fix-broken-master-from-84117 into master

What does this MR do and why?

ee/spec/lib/ee/gitlab/background_migration/populate_uuids_for_security_findings_spec.rb is broken because !84117 (merged) introduced a delegate :project, to: :pipeline and the migration had it's own implementation of the Ci::Pipeline model which didn't have the Project association defined

How to set up and validate locally

bundle exec rspec ee/spec/lib/ee/gitlab/background_migration/populate_uuids_for_security_findings_spec.rb

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 Michał Zając

Merge request reports

Loading