Skip to content

Commit 626b28b

Browse files
remove unused request parameter
1 parent b912e86 commit 626b28b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/integrations/langchain/test_langchain.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ def test_langchain_create_agent(
548548
include_prompts,
549549
system_instructions_content,
550550
expected_system_instructions,
551-
request,
552551
get_model_response,
553552
nonstreaming_responses_model_response,
554553
stream_gen_ai_spans,
@@ -1309,7 +1308,6 @@ def test_langchain_openai_tools_agent(
13091308
capture_items,
13101309
system_instructions_content,
13111310
expected_system_instructions,
1312-
request,
13131311
get_model_response,
13141312
server_side_event_chunks,
13151313
streaming_chat_completions_model_responses,
@@ -1979,7 +1977,6 @@ def test_langchain_openai_tools_agent_stream(
19791977
capture_items,
19801978
system_instructions_content,
19811979
expected_system_instructions,
1982-
request,
19831980
get_model_response,
19841981
server_side_event_chunks,
19851982
streaming_chat_completions_model_responses,

0 commit comments

Comments
 (0)