test(test_utils.py): reset env after test complete

This commit is contained in:
Krrish Dholakia 2024-06-17 20:33:39 -07:00
parent a3e0267f1d
commit f47358ba1d
2 changed files with 5 additions and 2 deletions

View file

@ -21,7 +21,7 @@ def setup_and_teardown():
sys.path.insert(
0, os.path.abspath("../..")
) # Adds the project directory to the system path
print("LITELLM_LOG - {}".format(os.getenv("LITELLM_LOG")))
import litellm
from litellm import Router