summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Walker <bwalker@gitlab.com>2018-10-05 13:47:55 -0500
committerBrett Walker <bwalker@gitlab.com>2018-10-05 13:47:55 -0500
commitcc339aa60877214820f9445336b5cf7766601176 (patch)
tree59ebae608cfa4eb8178052229fff06ce77bf9652
parent7ee8771c5cdedcffadee081358e1239ba71aede0 (diff)
downloadgitlab-ce-cc339aa60877214820f9445336b5cf7766601176.tar.gz
Update spec comment to point to correct issue
-rw-r--r--spec/controllers/projects/merge_requests_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/projects/merge_requests_controller_spec.rb b/spec/controllers/projects/merge_requests_controller_spec.rb
index 41c92a392aa..f2467bfd525 100644
--- a/spec/controllers/projects/merge_requests_controller_spec.rb
+++ b/spec/controllers/projects/merge_requests_controller_spec.rb
@@ -779,7 +779,7 @@ describe Projects::MergeRequestsController do
end
# we're trying to reduce the overall number of queries for this method.
- # set a hard limit for now. https://gitlab.com/gitlab-org/gitlab-ce/issues/43109
+ # set a hard limit for now. https://gitlab.com/gitlab-org/gitlab-ce/issues/52287
it 'keeps queries in check' do
control_count = ActiveRecord::QueryRecorder.new { get_ci_environments_status }.count