From d8204f3e8ffef1422250389e7b5bf9d1bd4c5f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Sun, 26 Nov 2023 06:33:45 +0100 Subject: [PATCH] Revert "test GET /repos/{owner}/{repo}/issues/comments/{id}/reactions" This reverts commit 2af5a75d7148359de89745cd265c51078813b943. --- tests/integration/api_issue_reaction_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/integration/api_issue_reaction_test.go b/tests/integration/api_issue_reaction_test.go index a80ae18d3d..a7764223b1 100644 --- a/tests/integration/api_issue_reaction_test.go +++ b/tests/integration/api_issue_reaction_test.go @@ -124,9 +124,6 @@ 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