forked from phoenix/litellm-mirror
fix gcs logging test
This commit is contained in:
parent
ef8fb23334
commit
66c0d32b1d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def load_vertex_ai_credentials():
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_basic_gcs_logger():
|
async def test_basic_gcs_logger():
|
||||||
# load_vertex_ai_credentials()
|
load_vertex_ai_credentials()
|
||||||
gcs_logger = GCSBucketLogger()
|
gcs_logger = GCSBucketLogger()
|
||||||
print("GCSBucketLogger", gcs_logger)
|
print("GCSBucketLogger", gcs_logger)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue