We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d85946 commit 43e834aCopy full SHA for 43e834a
1 file changed
pkg/cmd/pr/edit/edit_test.go
@@ -616,6 +616,7 @@ func Test_editRun(t *testing.T) {
616
},
617
httpStubs: func(t *testing.T, reg *httpmock.Registry) {
618
mockRepoMetadata(reg, mockRepoMetadataOptions{reviewers: true})
619
+ // explicitly assert that no OrganizationTeamList query occurs
620
reg.Exclude(t, httpmock.GraphQL(`query OrganizationTeamList\b`))
621
mockPullRequestUpdate(reg)
622
mockPullRequestRemoveReviewers(reg)
0 commit comments