Skip to content

Commit 180ecb4

Browse files
fix collection failures
1 parent 3c7adea commit 180ecb4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/integrations/langchain/test_langchain.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,8 +1115,6 @@ def test_langchain_openai_tools_agent_stream_no_prompts(
11151115
capture_events,
11161116
send_default_pii,
11171117
include_prompts,
1118-
system_instructions_content,
1119-
request,
11201118
get_model_response,
11211119
server_side_event_chunks,
11221120
streaming_chat_completions_model_responses,
@@ -1136,7 +1134,7 @@ def test_langchain_openai_tools_agent_stream_no_prompts(
11361134
[
11371135
(
11381136
"system",
1139-
system_instructions_content,
1137+
"You are very powerful assistant, but don't know current events",
11401138
),
11411139
("user", "{input}"),
11421140
MessagesPlaceholder(variable_name="agent_scratchpad"),
@@ -1417,7 +1415,6 @@ def test_langchain_openai_tools_agent_stream(
14171415
def test_langchain_openai_tools_agent_stream_with_config(
14181416
sentry_init,
14191417
capture_events,
1420-
system_instructions_content,
14211418
get_model_response,
14221419
server_side_event_chunks,
14231420
streaming_chat_completions_model_responses,

0 commit comments

Comments
 (0)