Skip to content

Commit b09612e

Browse files
Update pkg/github/discussions_test.go
Co-authored-by: Copilot <[email protected]>
1 parent 592940e commit b09612e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/github/discussions_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,7 @@ func Test_GetDiscussionComments(t *testing.T) {
318318

319319
textContent := getTextResult(t, result)
320320

321-
// Debug: print the actual JSON response
322-
t.Logf("JSON response: %s", textContent.Text)
321+
// (Lines removed)
323322

324323
var response struct {
325324
Comments []*github.IssueComment `json:"comments"`

0 commit comments

Comments
 (0)