mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-31 18:20:50 +00:00
test(test_stream_chunk_builder.py): remove completion assert, the test is for prompt tokens
This commit is contained in:
@@ -165,8 +165,6 @@ def test_stream_chunk_builder_count_prompt_tokens():
|
||||
|
||||
assert stream_model == non_stream_model
|
||||
assert stream_prompt_tokens == non_stream_prompt_tokens
|
||||
assert stream_completion_tokens == non_stream_completion_tokens
|
||||
|
||||
except Exception as e:
|
||||
pytest.fail(f"An exception occurred - {str(e)}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user