File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/integrations/anthropic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ async def test_stream_message_async(
593593 ),
594594 )
595595 returned_stream = AsyncStream (
596- cast_to = RawMessageStreamEvent , response = response , client = client
596+ cast_to = MessageStreamEvent , response = response , client = client
597597 )
598598
599599 sentry_init (
@@ -1171,7 +1171,7 @@ async def test_stream_message_with_input_json_delta_async(
11711171 ),
11721172 )
11731173 returned_stream = AsyncStream (
1174- cast_to = RawMessageStreamEvent , response = response , client = client
1174+ cast_to = MessageStreamEvent , response = response , client = client
11751175 )
11761176
11771177 sentry_init (
@@ -2068,7 +2068,7 @@ async def test_stream_message_with_system_prompt_async(
20682068 ),
20692069 )
20702070 returned_stream = AsyncStream (
2071- cast_to = RawMessageStreamEvent , response = response , client = client
2071+ cast_to = MessageStreamEvent , response = response , client = client
20722072 )
20732073
20742074 sentry_init (
You can’t perform that action at this time.
0 commit comments