diff --git a/tests/test_litellm/proxy/google_endpoints/test_google_api_endpoints.py b/tests/test_litellm/proxy/google_endpoints/test_google_api_endpoints.py index 7d13598abc8..d31aa319a8a 100644 --- a/tests/test_litellm/proxy/google_endpoints/test_google_api_endpoints.py +++ b/tests/test_litellm/proxy/google_endpoints/test_google_api_endpoints.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Tests for Google GenAI proxy API endpoints. +Test to verify the Google GenAI proxy API endpoints """ import os import sys @@ -8,7 +8,9 @@ from unittest.mock import AsyncMock, patch import pytest -sys.path.insert(0, os.path.abspath("../../..")) +sys.path.insert( + 0, os.path.abspath("../../..") +) # Adds the parent directory to the system path def _make_app():