Skip to content

Commit 1059be9

Browse files
update
1 parent 2fb567c commit 1059be9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integrations/pydantic_ai/test_pydantic_ai.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ def test_agent_run_sync(sentry_init, capture_events, get_test_agent):
204204
assert chat_span["data"]["gen_ai.response.streaming"] is False
205205

206206

207-
@pytest.mark.asyncio
208-
async def test_agent_run_sync_model_error(sentry_init, capture_events):
207+
def test_agent_run_sync_model_error(sentry_init, capture_events):
209208
sentry_init(
210209
integrations=[PydanticAIIntegration()],
211210
traces_sample_rate=1.0,

0 commit comments

Comments
 (0)