Skip to content

Commit 751f12c

Browse files
committed
fix test
1 parent e6993cc commit 751f12c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/integration/api_issue_reaction_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ func TestAPIIssuesReactions(t *testing.T) {
5555
DecodeJSON(t, resp, &apiNewReaction)
5656

5757
// Add existing reaction
58+
req = NewRequestWithJSON(t, "POST", urlStr, &api.EditReactionOption{
59+
Reaction: "rocket",
60+
}).AddTokenAuth(token)
5861
MakeRequest(t, req, http.StatusForbidden)
5962

6063
// Blocked user can't react to comment

0 commit comments

Comments
 (0)