litellm/tests/logging_callback_tests
Yuneng Jiang 47611fa207
fix(test): drop the duplicate embedding_executor arg in the Bedrock KB fake handler
Two branches independently added embedding_executor to the same fake
search handler in this file, #39472 in the middle of the signature and
#39474 at the end. Neither conflicted with the other, so both edits
merged and the function ended up declaring the parameter twice.

Python rejects that at compile time, so the whole module fails to
import and every test in the file is uncollectable, taking the
logging_testing job down on staging.

Keep the earlier of the two, which sits where the real handler declares
the parameter.
2026-09-02 23:22:40 -07:00
..
gcs_pub_sub_body test(gcs_pub_sub): expect router_metadata in the spend logs payload 2026-08-31 15:04:31 -07:00
langfuse_expected_request_body
base_test.py
conftest.py
create_mock_standard_logging_payload.py
gettysburg.wav
log.txt
test_alerting.py
test_amazing_s3_logs.py
test_assemble_streaming_responses.py
test_bedrock_knowledgebase_hook.py fix(test): drop the duplicate embedding_executor arg in the Bedrock KB fake handler 2026-09-02 23:22:40 -07:00
test_built_in_tools_cost_tracking.py
test_custom_callback_router.py
test_datadog.py
test_datadog_llm_obs.py
test_dynamic_otel_keys.py
test_gcs_pub_sub.py
test_generic_api_callback.py
test_humanloop_unit_tests.py
test_langfuse_dynamic_credentials.py
test_langfuse_e2e_test.py
test_langfuse_unit_tests.py
test_langsmith_dynamic_credentials.py
test_langsmith_unit_test.py
test_log_db_redis_services.py
test_logging_redaction_e2e_test.py
test_moderations_api_logging.py
test_opentelemetry_unit_tests.py
test_otel_logging.py
test_pagerduty_alerting.py
test_posthog.py
test_spend_logs.py
test_sqs_logger.py
test_standard_logging_payload.py
test_standard_logging_payload_excluded_fields.py
test_token_counting.py
test_unit_test_litellm_logging.py
test_unit_tests_init_callbacks.py
test_view_request_resp_logs.py