diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-15 08:58:20 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-15 08:58:20 +0000 |
commit | 59c9ff627603da03f6a7c330d57a2c765b3c24a3 (patch) | |
tree | dd8f3a2fbc9564818a77d2d8798fcc464d220e8e /spec/lib | |
parent | 30b4659f2c485885324fd8d67fcd92a2939310a3 (diff) | |
download | gitlab-ce-59c9ff627603da03f6a7c330d57a2c765b3c24a3.tar.gz |
Add latest changes from gitlab-org/gitlab@14-7-stable-ee
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/gitlab/github_import/importer/pull_requests_importer_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/github_import/importer/pull_requests_importer_spec.rb b/spec/lib/gitlab/github_import/importer/pull_requests_importer_spec.rb index 067b8b09516..a70ff0bd82d 100644 --- a/spec/lib/gitlab/github_import/importer/pull_requests_importer_spec.rb +++ b/spec/lib/gitlab/github_import/importer/pull_requests_importer_spec.rb @@ -164,7 +164,7 @@ RSpec.describe Gitlab::GithubImport::Importer::PullRequestsImporter do expect(project.repository) .to receive(:fetch_remote) - .with(url, forced: false, refmap: Gitlab::GithubImport.refmap) + .with(url, forced: true, refmap: Gitlab::GithubImport.refmap) freeze_time do importer.update_repository |