From fc9852cea2f9ff50016e064a3aa573c433eca179 Mon Sep 17 00:00:00 2001 From: jayden Date: Wed, 15 Apr 2026 15:27:32 -0700 Subject: [PATCH] fix(guardrails): move test_custom_code_security.py to correct location --- .../proxy/guardrails/test_custom_code_security.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{litellm => test_litellm}/proxy/guardrails/test_custom_code_security.py (100%) diff --git a/tests/litellm/proxy/guardrails/test_custom_code_security.py b/tests/test_litellm/proxy/guardrails/test_custom_code_security.py similarity index 100% rename from tests/litellm/proxy/guardrails/test_custom_code_security.py rename to tests/test_litellm/proxy/guardrails/test_custom_code_security.py