Merge 11b076810f into sapling-pr-archive-ehhuang

This commit is contained in:
ehhuang 2025-10-27 15:56:18 -07:00 committed by GitHub
commit 045ea154fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,9 @@ from llama_stack.testing.api_recorder import patch_httpx_for_test_id
from tests.integration.fixtures.common import instantiate_llama_stack_client
from tests.integration.telemetry.collectors import InMemoryTelemetryManager, OtlpHttpTestCollector
def clear_spans(self) -> None:
self.span_exporter.clear()
@pytest.fixture(scope="session")
def telemetry_test_collector():