Skip to content

Commit 43e834a

Browse files
BagToadbabakks
andauthored
Apply suggestion from @babakks
Co-authored-by: Babak K. Shandiz <babakks@github.com>
1 parent 8d85946 commit 43e834a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cmd/pr/edit/edit_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ func Test_editRun(t *testing.T) {
616616
},
617617
httpStubs: func(t *testing.T, reg *httpmock.Registry) {
618618
mockRepoMetadata(reg, mockRepoMetadataOptions{reviewers: true})
619+
// explicitly assert that no OrganizationTeamList query occurs
619620
reg.Exclude(t, httpmock.GraphQL(`query OrganizationTeamList\b`))
620621
mockPullRequestUpdate(reg)
621622
mockPullRequestRemoveReviewers(reg)

0 commit comments

Comments
 (0)