diff --git a/.gitignore b/.gitignore index 69061d62d..b633e1d3d 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ litellm/proxy/_experimental/out/404/index.html litellm/proxy/_experimental/out/model_hub/index.html litellm/proxy/_experimental/out/onboarding/index.html litellm/tests/log.txt +litellm/tests/langfuse.log diff --git a/litellm/tests/test_alangfuse.py b/litellm/tests/test_alangfuse.py index 709327d34..fa560fa49 100644 --- a/litellm/tests/test_alangfuse.py +++ b/litellm/tests/test_alangfuse.py @@ -362,7 +362,7 @@ async def test_aaalangfuse_logging_metadata(langfuse_client): print(response) metadata["existing_trace_id"] = trace_id - langfuse_client.flush() + langfuse_client.flush() # make sure traces w/ generations are flushed in-order, prevents race condition of trace output being overwritten await asyncio.sleep(10) # Tests the metadata filtering and the override of the output to be the last generation