Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests/git_http_spec.rb')
-rw-r--r--spec/requests/git_http_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/requests/git_http_spec.rb b/spec/requests/git_http_spec.rb
index 77107d0b43c..81e923983ab 100644
--- a/spec/requests/git_http_spec.rb
+++ b/spec/requests/git_http_spec.rb
@@ -452,7 +452,7 @@ RSpec.describe 'Git HTTP requests' do
canonical_project.add_maintainer(user)
create(:merge_request,
source_project: project,
- target_project: canonical_project,
+ target_project: canonical_project,
source_branch: 'fixes',
allow_collaboration: true)
end
@@ -1105,7 +1105,7 @@ RSpec.describe 'Git HTTP requests' do
canonical_project.add_maintainer(user)
create(:merge_request,
source_project: project,
- target_project: canonical_project,
+ target_project: canonical_project,
source_branch: 'fixes',
allow_collaboration: true)
end