Skip to content

Commit c1cfeb9

Browse files
committed
revert
1 parent e5c8eb8 commit c1cfeb9

File tree

1 file changed

+0
-10
lines changed
  • packages/opentelemetry-instrumentation-openai/tests

1 file changed

+0
-10
lines changed

packages/opentelemetry-instrumentation-openai/tests/conftest.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,6 @@ def instrument_with_content(
171171
instrumentor.uninstrument()
172172

173173

174-
@pytest.fixture(scope="function")
175-
def instrument_legacy_with_content(instrument_legacy):
176-
"""Fixture that enables content tracing while keeping legacy attributes mode"""
177-
os.environ.update({TRACELOOP_TRACE_CONTENT: "True"})
178-
179-
yield instrument_legacy
180-
181-
os.environ.pop(TRACELOOP_TRACE_CONTENT, None)
182-
183-
184174
@pytest.fixture(scope="function")
185175
def instrument_with_no_content(
186176
instrument_legacy, reader, tracer_provider, event_logger_provider, meter_provider

0 commit comments

Comments
 (0)