Skip to content

Commit 5b7b3cd

Browse files
Add side parameter to FILE-level review comment in e2e test
The side parameter is required for review comments but FILE-level comments still don't appear in ListReviewComments API results.
1 parent e3aeae3 commit 5b7b3cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/e2e_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,6 +1351,7 @@ func TestPullRequestReviewCommentSubmit(t *testing.T) {
13511351
"path": "test-file.txt",
13521352
"subjectType": "FILE",
13531353
"body": "File review comment",
1354+
"side": "RIGHT",
13541355
},
13551356
})
13561357
require.NoError(t, err, "expected to call 'add_comment_to_pending_review' tool successfully")

0 commit comments

Comments
 (0)