Fix typo in Pull mirror verification
What does this MR do and why?
- Contributes to #351520 (closed)
- Sentry error: https://sentry.gitlab.net/gitlab/gitlabcom/issues/3152531/
I believe it was changed by accident.
I recover it back to the original state: 3750f160
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Visit Settings -> Repository -> Mirroring repositories (http://127.0.0.1:3000/flightjs/Flight/-/settings/repository#js-push-remote-settings)
- Choose mirror direction: Pull
- Provide a URL with an invalid port: http://127.0.0.1:wrong/root/test-pull-mirror.git
- Verify that an error message appears instead of 500 error page
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.
Edited by Vasilii Iakliushin