mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
chore.
This commit is contained in:
parent
4b912cc527
commit
b4d032c8bf
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class TestOpenAI:
|
|||
else:
|
||||
code["language"] == "python"
|
||||
|
||||
def test_aask_code_JSONDecodeError(self, json_decode_error):
|
||||
def test_aask_code_json_decode_error(self, json_decode_error):
|
||||
instance = OpenAILLM(mock_llm_config)
|
||||
with pytest.raises(json.decoder.JSONDecodeError) as e:
|
||||
instance.get_choice_function_arguments(json_decode_error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue