Skip to content

Commit f761966

Browse files
cursoragentclaude
andcommitted
Remove accidentally committed default_integrations=False from test
Remove default_integrations=False from test_streaming_create_message_async to match the pattern used in all other streaming tests. This parameter was unrelated to the finish reasons feature and was accidentally left in. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent c0283c3 commit f761966

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integrations/anthropic/test_anthropic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ async def test_streaming_create_message_async(
508508
sentry_init(
509509
integrations=[AnthropicIntegration(include_prompts=include_prompts)],
510510
traces_sample_rate=1.0,
511-
default_integrations=False,
512511
send_default_pii=send_default_pii,
513512
)
514513
events = capture_events()

0 commit comments

Comments
 (0)