diff --git a/tests/crew_test.py b/tests/crew_test.py index 4812ab93f..2b9648c36 100644 --- a/tests/crew_test.py +++ b/tests/crew_test.py @@ -3101,7 +3101,7 @@ def test_crew_testing_function(kickoff_mock, copy_mock, crew_evaluator): copy_mock.return_value = crew n_iterations = 2 - crew.test(n_iterations, openai_model_name="gpt-4o-mini", inputs={"topic": "AI"}) + crew.test(n_iterations, eval_llm="gpt-4o-mini", inputs={"topic": "AI"}) # Ensure kickoff is called on the copied crew kickoff_mock.assert_has_calls(