From f6aa57fb34465bf0e6d689034adf9bf40fd8c4bd Mon Sep 17 00:00:00 2001 From: mubashir1osmani Date: Mon, 13 Jul 2026 19:35:24 -0700 Subject: [PATCH] fix(e2e): import PhoenixCreds for the phoenix_creds fixture annotation --- tests/e2e/logging/conftest.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/e2e/logging/conftest.py b/tests/e2e/logging/conftest.py index becdd78ff58..08b684ec319 100644 --- a/tests/e2e/logging/conftest.py +++ b/tests/e2e/logging/conftest.py @@ -11,7 +11,14 @@ from collections.abc import Iterator import pytest -from logging_client import LangfuseCreds, LoggingClient, build_logging_client, load_langfuse_creds, load_phoenix_creds +from logging_client import ( + LangfuseCreds, + LoggingClient, + PhoenixCreds, + build_logging_client, + load_langfuse_creds, + load_phoenix_creds, +) from otel_client import OtelReader, build_otel_reader