mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
0ff373467c
- vllm: rename test_empty_models_is_a_failure to test_models_check_parses_from_stub and fix its misleading docstring; it asserts positive-path parsing of the stub's served model list, not an empty-models failure. - stripe: pass cancel_at_period_end as the boolean True instead of the string 'true', and normalize booleans to lowercase true/false during form encoding so the wire payload stays Stripe-compatible. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>