fix: normalize URL parts in _build_url to prevent malformed URLs#41
Conversation
… missing slashes in URL construction
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesURL Construction Normalization
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
|
Actionable comments posted: 0 |
Description
Normalized
base_pathandendpointstrings in_build_url()to prevent malformed URLs caused by redundant or missing slashes.This change:
/fromconfig.base_path/from endpointsExample:
Before:
Generated:
After:
Type of Change
Summary by CodeRabbit