From 2af5a75d7148359de89745cd265c51078813b943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Thu, 2 Nov 2023 15:18:51 +0100 Subject: [PATCH] test GET /repos/{owner}/{repo}/issues/comments/{id}/reactions (cherry picked from commit 58d923ccbaad1ec12120800b28dbfe6c8c225556) --- tests/integration/api_issue_reaction_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/api_issue_reaction_test.go b/tests/integration/api_issue_reaction_test.go index a7764223b1..a80ae18d3d 100644 --- a/tests/integration/api_issue_reaction_test.go +++ b/tests/integration/api_issue_reaction_test.go @@ -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