File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ func TestAPIIssuesReactions(t *testing.T) {
51
51
var apiNewReaction api.ReactionResponse
52
52
DecodeJSON (t , resp , & apiNewReaction )
53
53
54
+ //Add existing reaction
55
+ resp = session .MakeRequest (t , req , http .StatusForbidden )
56
+
54
57
//Get end result of reaction list of issue #1
55
58
req = NewRequestf (t , "GET" , urlStr )
56
59
resp = session .MakeRequest (t , req , http .StatusOK )
@@ -113,6 +116,9 @@ func TestAPICommentReactions(t *testing.T) {
113
116
var apiNewReaction api.ReactionResponse
114
117
DecodeJSON (t , resp , & apiNewReaction )
115
118
119
+ //Add existing reaction
120
+ resp = session .MakeRequest (t , req , http .StatusForbidden )
121
+
116
122
//Get end result of reaction list of issue #1
117
123
req = NewRequestf (t , "GET" , urlStr )
118
124
resp = session .MakeRequest (t , req , http .StatusOK )
You can’t perform that action at this time.
0 commit comments