mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 18:24:14 +01:00
Revert "test GET /repos/{owner}/{repo}/issues/comments/{id}/reactions"
This reverts commit 2af5a75d71
.
This commit is contained in:
parent
3869f80b52
commit
d8204f3e8f
1 changed files with 0 additions and 3 deletions
|
@ -124,9 +124,6 @@ func TestAPICommentReactions(t *testing.T) {
|
||||||
Reaction: "+1",
|
Reaction: "+1",
|
||||||
})
|
})
|
||||||
MakeRequest(t, req, http.StatusNotFound)
|
MakeRequest(t, req, http.StatusNotFound)
|
||||||
|
|
||||||
req = NewRequestf(t, "GET", urlStr)
|
|
||||||
MakeRequest(t, req, http.StatusNotFound)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
// Add allowed reaction
|
// Add allowed reaction
|
||||||
|
|
Loading…
Reference in a new issue