fix Local only test. WIP

This commit is contained in:
Ishaan Jaff 2024-07-11 10:30:40 -07:00
parent 23af02434a
commit 9793344809

View file

@ -13,6 +13,7 @@ verbose_logger.setLevel(logging.DEBUG)
@pytest.mark.asyncio
@pytest.mark.skip(reason="Local only test. WIP.")
async def test_async_otel_callback():
exporter = InMemorySpanExporter()
litellm.set_verbose = True