We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6993cc commit 751f12cCopy full SHA for 751f12c
1 file changed
tests/integration/api_issue_reaction_test.go
@@ -55,6 +55,9 @@ func TestAPIIssuesReactions(t *testing.T) {
55
DecodeJSON(t, resp, &apiNewReaction)
56
57
// Add existing reaction
58
+ req = NewRequestWithJSON(t, "POST", urlStr, &api.EditReactionOption{
59
+ Reaction: "rocket",
60
+ }).AddTokenAuth(token)
61
MakeRequest(t, req, http.StatusForbidden)
62
63
// Blocked user can't react to comment
0 commit comments