diff --git a/tests/test_litellm/test_responses_id_security.py b/tests/test_litellm/test_responses_id_security.py index 56822882bf..c4e2bc38cc 100644 --- a/tests/test_litellm/test_responses_id_security.py +++ b/tests/test_litellm/test_responses_id_security.py @@ -545,7 +545,7 @@ class TestAsyncPostCallSuccessHook: response=mock_response, ) - mock_encrypt.assert_called_once_with(mock_response, mock_user_api_key_dict) + mock_encrypt.assert_called_once_with(mock_response, mock_user_api_key_dict, request_cache=None) assert result == mock_response @pytest.mark.asyncio