test GET /repos/{owner}/{repo}/issues/comments/{id}/reactions

(cherry picked from commit 58d923ccbaad1ec12120800b28dbfe6c8c225556)
This commit is contained in:
Loïc Dachary 2023-11-02 15:18:51 +01:00
parent 685ebdba63
commit 2af5a75d71
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2

View file

@ -124,6 +124,9 @@ func TestAPICommentReactions(t *testing.T) {
Reaction: "+1",
})
MakeRequest(t, req, http.StatusNotFound)
req = NewRequestf(t, "GET", urlStr)
MakeRequest(t, req, http.StatusNotFound)
})
// Add allowed reaction