-
Notifications
You must be signed in to change notification settings - Fork 84
Updating Erasure Test #7008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Erasure Test #7008
Conversation
Previously we had a limitation where we would require the access request before running an erasure request on polling. This is no longer the case, but the test was not updated to reflect that. Now it has been
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Greptile OverviewGreptile SummaryUpdated Changes:
Confidence Score: 5/5
Important Files ChangedFile Analysis
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7008 +/- ##
=======================================
Coverage 87.31% 87.31%
=======================================
Files 525 525
Lines 34526 34526
Branches 3986 3986
=======================================
Hits 30148 30148
Misses 3511 3511
Partials 867 867 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Previously we had a limitation where we would require the access request before running an erasure request on polling. This is no longer the case, but the test was not updated to reflect that. Now it has been
Description Of Changes
Removing additional call and test checks on the access requests
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and works