We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4f714 commit cca80b1Copy full SHA for cca80b1
github/apps_hooks_deliveries_test.go
@@ -35,7 +35,7 @@ func TestAppsService_ListHookDeliveries(t *testing.T) {
35
36
const methodName = "ListHookDeliveries"
37
testNewRequestAndDoFailure(t, methodName, client, func() (*Response, error) {
38
- got, resp, err := client.Organizations.GetHookDelivery(ctx, "o", 1, 1)
+ got, resp, err := client.Apps.ListHookDeliveries(ctx, opts)
39
if got != nil {
40
t.Errorf("testNewRequestAndDoFailure %v = %#v, want nil", methodName, got)
41
}
0 commit comments