From d7646669f252c2f84255ce5f245a6890958ec8ea Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 27 Dec 2023 17:50:05 +0530 Subject: [PATCH] (test) langfuse logging --- litellm/tests/test_langfuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_langfuse.py b/litellm/tests/test_langfuse.py index f74434402a6..eaae811b2c7 100644 --- a/litellm/tests/test_langfuse.py +++ b/litellm/tests/test_langfuse.py @@ -114,7 +114,7 @@ def test_langfuse_logging_async(): timeout=5, user="test_user", ) - asyncio.sleep(1) + await asyncio.sleep(1) return response response = asyncio.run(_test_langfuse())