Commit 7fa306b9 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'patch-40' into 'master'

Fix error in spec description

See merge request gitlab-org/gitlab!21290
parents ebdc2478 5cf8a18e
......@@ -92,7 +92,7 @@ describe API::Notes do
end
context "current user can view the note" do
it "returns an empty array" do
it "returns a non-empty array" do
get api("/projects/#{ext_proj.id}/issues/#{ext_issue.iid}/notes", private_user)
expect(response).to have_gitlab_http_status(200)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment