Skip to content

Fix typo in Pull mirror verification

Vasilii Iakliushin requested to merge fix_typo_in_pull_mirror_code into master

What does this MR do and why?

I believe it was changed by accident.

I recover it back to the original state: 3750f160

Screenshots or screen recordings

Screenshot_2022-02-10_at_17.07.09

Before After
Screenshot_2022-02-10_at_17.07.18 Screenshot_2022-02-10_at_17.09.47

How to set up and validate locally

  1. Visit Settings -> Repository -> Mirroring repositories (http://127.0.0.1:3000/flightjs/Flight/-/settings/repository#js-push-remote-settings)
  2. Choose mirror direction: Pull
  3. Provide a URL with an invalid port: http://127.0.0.1:wrong/root/test-pull-mirror.git
  4. 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.

Edited by Vasilii Iakliushin

Merge request reports