Skip to content

Fix push mirror check script

Désirée Chevalier requested to merge fix-push-mirror-check-script into master

What does this MR do?

Fixes this error in the push mirror status check script. This failure happened after adding specs and changing a line to require 'gitlab'. This changes it back and ensures the specs still work by adding require 'rspec/mocks'.

Test of this MR in the scheduled pipeline: https://gitlab.com/gitlab-org/quality/staging/-/jobs/5647131028

Check-list

Edited by Désirée Chevalier

Merge request reports