update test signature for Anthropic image block handling

This commit is contained in:
Fazeel Usmani 2026-08-13 13:37:53 +05:30 committed by mateo-berri
parent fe28781dfd
commit 7cd3a27d60

View file

@ -1171,7 +1171,7 @@ def test_count_content_list_rejects_unknown_type():
],
ids=["base64", "url", "file"],
)
def test_token_counter_with_anthropic_image_block(source):
def test_token_counter_with_anthropic_image_block(source: dict[str, str]):
"""
Anthropic-native `image` blocks must NOT raise, for every source variant.