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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-01 12:10:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-01 12:10:39 +0300
commit1bab0ba591263cd739af2d2c7c3f1b03678a59b6 (patch)
tree39f499cf5c77338a6c1b94a2cad17153bcb7cada /spec/requests/api/issues
parent2d03845a7606dc48107ac33e7a66a00956e76955 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/requests/api/issues')
-rw-r--r--spec/requests/api/issues/get_project_issues_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/requests/api/issues/get_project_issues_spec.rb b/spec/requests/api/issues/get_project_issues_spec.rb
index c10f5b2bd58..06a43ea6b02 100644
--- a/spec/requests/api/issues/get_project_issues_spec.rb
+++ b/spec/requests/api/issues/get_project_issues_spec.rb
@@ -736,6 +736,8 @@ describe API::Issues do
get_related_merge_requests(project.id, issue.iid)
expect_paginated_array_response(related_mr.id)
+ expect(response).to have_gitlab_http_status(200)
+ expect(json_response.last).not_to have_key('subscribed')
end
it 'renders 404 if project is not visible' do