Skip to content

Commit

Permalink
groq: fix unit test (#27660)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Oct 26, 2024
1 parent cdb4b19 commit fe87e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/partners/groq/tests/unit_tests/test_chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test__convert_dict_to_message_tool_call() -> None:
name="GenerateUsername",
args="oops",
id="call_wm0JY6CdwOMZ4eTxHWUThDNz",
error="Function GenerateUsername arguments:\n\noops\n\nare not valid JSON. Received JSONDecodeError Expecting value: line 1 column 1 (char 0)", # noqa: E501
error="Function GenerateUsername arguments:\n\noops\n\nare not valid JSON. Received JSONDecodeError Expecting value: line 1 column 1 (char 0)\nFor troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE", # noqa: E501
type="invalid_tool_call",
),
],
Expand Down

0 comments on commit fe87e41

Please sign in to comment.