Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 12 Mar 16:24

Summary

  • Set follow_redirects=False on all TestClient instances in conftest.py instead of passing it per API call
  • Removed ~90 redundant follow_redirects=False arguments 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 InsecureKeyLengthWarning by using a test SECRET_KEY longer than 32 bytes

Closes #101

Test plan

  • All 348 tests pass with zero warnings

🤖 Generated with Claude Code