Skip to content

Commit 584618d

Browse files
remove unused parameter
1 parent a85b401 commit 584618d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/openai_agents/test_openai_agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ async def test_handoff_span(sentry_init, capture_events, get_model_response):
10621062

10631063
@pytest.mark.asyncio
10641064
async def test_max_turns_before_handoff_span(
1065-
sentry_init, capture_events, mock_usage, get_model_response
1065+
sentry_init, capture_events, get_model_response
10661066
):
10671067
"""
10681068
Example raising agents.exceptions.AgentsException after the agent invocation span is complete.

0 commit comments

Comments
 (0)