diff --git a/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py b/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py index 1541eea4939..664ecb896b6 100644 --- a/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py +++ b/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py @@ -649,5 +649,5 @@ def test_bedrock_anthropic_prompt_caching(): assert prompt_cost >= 0 assert completion_cost >= 0 - assert round(prompt_cost, 3) == 0.845 + assert round(prompt_cost, 3) == 0.111 assert round(completion_cost, 5) == 0.00820