You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test/e2e/regression/billing_test.go uses the deprecated UpdateBillingAccountLimits RPC as a setup tool in two places. UpdateBillingAccountDetails sets the same credit_min; note it also writes due_in_days.
test/e2e/regression/billing_test.gouses the deprecatedUpdateBillingAccountLimitsRPC as a setup tool in two places.UpdateBillingAccountDetailssets the samecredit_min; note it also writesdue_in_days.Part of #1782.