We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d4ad0 commit 83e4710Copy full SHA for 83e4710
e2e/subscription_invoices_service_test.go
@@ -24,7 +24,7 @@ func TestSubscriptionInvoicesService_List(t *testing.T) {
24
// Setup
25
t.Parallel()
26
27
- invoices, response, err := client.SubscriptionInvoices.List(context.Background())
+ invoices, response, err := client.SubscriptionInvoices.List(context.Background(), nil)
28
29
// Assert
30
assert.Nil(t, err)
0 commit comments