Skip to content

Commit b02ee79

Browse files
update assertion
1 parent 0b19070 commit b02ee79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/anthropic/test_anthropic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ async def test_streaming_create_message_with_input_json_delta_async(
732732
)
733733
assert (
734734
span["data"][SPANDATA.GEN_AI_RESPONSE_TEXT]
735-
== "{'location': 'San Francisco, CA'}"
735+
== '{"location": "San Francisco, CA"}'
736736
)
737737

738738
else:

0 commit comments

Comments
 (0)