Added follow_redirects flag to httpx#43762
Conversation
🤖 AI-Powered Code Review AvailableYou can leverage AI-powered code review to assist with this PR! Available Commands:
|
|
🤖 Analysis started. Please wait for results... |
🤖 AI Review DisclaimerThis review was generated by an AI-powered tool and may contain inaccuracies. Please be advised, and we extend our sincere apologies for any inconvenience this may cause. |
marketplace-ai-reviewer
left a comment
There was a problem hiding this comment.
Thanks for your contribution! I've reviewed your PR and have a few quick suggestions to help polish it. Please update the pack metadata to include at least one category and the vendor name in the keywords, and consider parameterizing your redirect tests to ensure full coverage. Let me know if you have any questions!
Additionally, please address the following file-level notes:
Packs/ApiModules/pack_metadata.json: - Thecategoriesfield is empty. Please provide at least one category.- The vendor name is missing from the
keywordsfield. Please add 'Cortex' or 'Cortex XSOAR' to the keywords.
@YuvHayun, @amshamah419 please review and approve the results generated by the AI Reviewer by responding 👍 on this comment.
Packs/ApiModules/Scripts/ContentClientApiModule/ContentClientApiModule_test.py
Show resolved
Hide resolved
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
* Added follow_redirects flag to httpx * Added release notes * Fix tests * Fix test
Status
Related Issues
fixes: https://jira-dc.paloaltonetworks.com/browse/XSUP-66416
Description
Added follow_redirects=True to all AsyncClient instances in ContentClientApiModule
Must have