fix: remove deprecated BillingId and OrgId from checkout tests#1513
fix: remove deprecated BillingId and OrgId from checkout tests#1513rohilsurana merged 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughSummary by CodeRabbit
WalkthroughA test file for billing checkout handlers is updated to remove Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Coverage Report for CI Build 24067229720Warning Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes. Coverage remained the same at 41.209%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
Summary
BillingIdfield fromCreateCheckoutRequestandListCheckoutsRequesttest cases as it was removed from the proto definitionOrgIdfield fromGetCheckoutRequesttest cases as it was also removed from the protoOrgIdemptiness inGetCheckoutsince the field no longer existsTest plan
go vet,go build)go test ./test/e2e/...)