fix gcs logging test

This commit is contained in:
Ishaan Jaff 2024-08-12 17:42:04 -07:00 committed by Krrish Dholakia
parent 86978b7a9b
commit 049f3e1e0c

View file

@ -64,7 +64,7 @@ def load_vertex_ai_credentials():
@pytest.mark.asyncio
async def test_basic_gcs_logger():
# load_vertex_ai_credentials()
load_vertex_ai_credentials()
gcs_logger = GCSBucketLogger()
print("GCSBucketLogger", gcs_logger)