You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add regression test for Content-Type conflict in _add_from_file
Fixes the case where a YAML fixture has Content-Type in both headers
and content_type fields — the recorder captures both, causing RuntimeError
when _add_from_file calls add(). Added test_add_from_file_content_type_in_headers
to verify the fix works end-to-end with a YAML fixture.
0 commit comments