Commit 8c44789e6fc00a9cdbe3020232ad546941af18b9
1 parent
e5adca1b
Exists in
master
and in
4 other branches
Mark api milestone specs as pending
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
spec/api/milestones_spec.rb
spec/requests/api/issues_spec.rb
| ... | ... | @@ -65,7 +65,7 @@ describe Gitlab::API do |
| 65 | 65 | |
| 66 | 66 | describe "DELETE /projects/:id/issues/:issue_id" do |
| 67 | 67 | it "should delete a project issue" do |
| 68 | - delete "#{api_prefix}/projects/#{project.code}/issues/#{issue.id}?private_token=#{user.private_token}" | |
| 68 | + delete api("/projects/#{project.code}/issues/#{issue.id}?private_token=#{user.private_token}") | |
| 69 | 69 | response.status.should == 405 |
| 70 | 70 | end |
| 71 | 71 | end | ... | ... |