Skip to content
Snippets Groups Projects
Commit 5cf8a18e authored by Kerri Miller's avatar Kerri Miller
Browse files

Fix error in spec description

..
parent d29f4018
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment