fix: update Earn.fm tests for Supabase auth#73
Conversation
Tests were using old EarnFMCollector(token=...) signature. Updated to use email/password params matching the Supabase auth rewrite.
|
Warning Review limit reached
Your plan currently allows 1 review/hour. Refill in 2 minutes and 33 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #73 +/- ##
==========================================
- Coverage 91.10% 91.08% -0.03%
==========================================
Files 25 25
Lines 2733 2748 +15
==========================================
+ Hits 2490 2503 +13
- Misses 243 245 +2 🚀 New features to boost your workflow:
|
Summary
EarnFMCollector(token=...)constructor which no longer exists after PR fix: Earn.fm Supabase auth, exchange rates redirect, CSP #72EarnFMCollector(email=..., password=...)matching the Supabase auth rewriteTest plan