v0.1.3
Summary
- Set
follow_redirects=Falseon allTestClientinstances inconftest.pyinstead of passing it per API call - Removed ~90 redundant
follow_redirects=Falsearguments from individual test calls - Added redirect location assertions (
response.headers["location"]) to all tests that check 3xx status codes but previously didn't verify the redirect target - Fixed
InsecureKeyLengthWarningby using a testSECRET_KEYlonger than 32 bytes
Closes #101
Test plan
- All 348 tests pass with zero warnings
🤖 Generated with Claude Code