mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test(proxy): assert non-Bedrock passthrough stream emits no content-type header
This commit is contained in:
parent
8ced9f56a1
commit
f86dc8f54e
1 changed files with 1 additions and 1 deletions
|
|
@ -4564,7 +4564,7 @@ class TestAllmPassthroughStreamingProviderGate:
|
|||
|
||||
assert isinstance(result, StreamingResponse)
|
||||
assert result.media_type is None
|
||||
assert result.headers.get("content-type") != "application/vnd.amazon.eventstream"
|
||||
assert "content-type" not in result.headers
|
||||
|
||||
|
||||
class TestResponseCostHeaderForTypedDictResponses:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue