diff --git a/github/copilot_test.go b/github/copilot_test.go index 7ba333c89e0..008630ab273 100644 --- a/github/copilot_test.go +++ b/github/copilot_test.go @@ -589,7 +589,6 @@ func TestCopilotService_ListCopilotSeats(t *testing.T) { const methodName = "ListCopilotSeats" - opts := &ListOptions{Page: 2} testBadOptions(t, methodName, func() (err error) { _, _, err = client.Copilot.ListCopilotSeats(ctx, "\n", opts) return err