Add load_phoenix_creds import to conftest.py

This commit is contained in:
mubashir1osmani 2026-07-13 19:13:39 -07:00 committed by GitHub
parent 43dd4306eb
commit d7a2206d3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ from collections.abc import Iterator
import pytest
from logging_client import LangfuseCreds, LoggingClient, build_logging_client, load_langfuse_creds
from logging_client import LangfuseCreds, LoggingClient, build_logging_client, load_langfuse_creds, load_phoenix_creds
from otel_client import OtelReader, build_otel_reader