From 3a56bb62bfaeee31e63d274a324f656f3af3bd3a Mon Sep 17 00:00:00 2001 From: Cesar Garcia <128240629+Chesars@users.noreply.github.com> Date: Fri, 20 Mar 2026 23:14:03 -0300 Subject: [PATCH] Update tests/test_litellm/test_deepseek_model_metadata.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- tests/test_litellm/test_deepseek_model_metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_litellm/test_deepseek_model_metadata.py b/tests/test_litellm/test_deepseek_model_metadata.py index 36814b0030..6d42f3fb58 100644 --- a/tests/test_litellm/test_deepseek_model_metadata.py +++ b/tests/test_litellm/test_deepseek_model_metadata.py @@ -29,7 +29,7 @@ from litellm.utils import ( # --------------------------------------------------------------------------- -def _load_backup_json() -> dict: +def _load_model_cost_json() -> dict: """Load the model cost JSON directly from disk.""" # Try project root first (development) root_path = os.path.join(