fix gcs logging test

This commit is contained in:
Ishaan Jaff 2024-08-12 17:42:04 -07:00
parent ef8fb23334
commit 66c0d32b1d

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)