From 557c237b81c3e26dbbdb102d32660956e6107fa8 Mon Sep 17 00:00:00 2001 From: yassin Date: Tue, 15 Sep 2026 22:57:23 +0000 Subject: [PATCH] test(proxy-extras): move the LITELLM_LOG logger test into the CI-run proxy-extras shard Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .../litellm-proxy-extras/test_litellm_proxy_extras_logging.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename litellm-proxy-extras/tests/test_logging.py => tests/litellm-proxy-extras/test_litellm_proxy_extras_logging.py (100%) diff --git a/litellm-proxy-extras/tests/test_logging.py b/tests/litellm-proxy-extras/test_litellm_proxy_extras_logging.py similarity index 100% rename from litellm-proxy-extras/tests/test_logging.py rename to tests/litellm-proxy-extras/test_litellm_proxy_extras_logging.py