mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test: fix test
This commit is contained in:
parent
f2dc261efc
commit
c6d36e8912
1 changed files with 1 additions and 4 deletions
|
|
@ -156,10 +156,7 @@ def test_web_search_tool_transformation():
|
|||
assert anthropic_web_search_tool is not None
|
||||
assert anthropic_web_search_tool["user_location"] is not None
|
||||
assert anthropic_web_search_tool["user_location"]["type"] == "approximate"
|
||||
assert (
|
||||
anthropic_web_search_tool["user_location"]["approximate"]["city"]
|
||||
== "San Francisco"
|
||||
)
|
||||
assert anthropic_web_search_tool["user_location"]["city"] == "San Francisco"
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue