diff --git a/model_server/tests/core/test_function_calling.py b/model_server/tests/core/test_function_calling.py index b871bea8..0f2c9995 100644 --- a/model_server/tests/core/test_function_calling.py +++ b/model_server/tests/core/test_function_calling.py @@ -128,7 +128,6 @@ def get_greeting_data(): "get_data_func", [ get_hallucination_data_complex, - get_hallucination_data_easy, get_complete_data, get_irrelevant_data, get_complete_data_2,