Skip to content

Commit c2e90e3

Browse files
committed
test: remove unneccessary test
1 parent b713067 commit c2e90e3

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tests/integrations/pydantic_ai/test_pydantic_ai.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,25 +1936,6 @@ async def test_set_model_data_with_none_settings_values(sentry_init, capture_eve
19361936
assert transaction is not None
19371937

19381938

1939-
@pytest.mark.asyncio
1940-
async def test_should_send_prompts_with_no_integration(sentry_init, capture_events):
1941-
"""
1942-
Test that _should_send_prompts returns False when integration not found.
1943-
"""
1944-
from sentry_sdk.integrations.pydantic_ai.utils import _should_send_prompts
1945-
1946-
# Initialize without PydanticAIIntegration
1947-
sentry_init(
1948-
integrations=[],
1949-
traces_sample_rate=1.0,
1950-
send_default_pii=True,
1951-
)
1952-
1953-
# Should return False
1954-
result = _should_send_prompts()
1955-
assert result is False
1956-
1957-
19581939
@pytest.mark.asyncio
19591940
async def test_should_send_prompts_without_pii(sentry_init, capture_events):
19601941
"""

0 commit comments

Comments
 (0)