Commit 5cf8a18e authored by Kerri Miller's avatar Kerri Miller

Fix error in spec description

..
parent d29f4018
......@@ -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