Skip to content

Commit 1b27c5c

Browse files
fix integration tests
1 parent 7e02a41 commit 1b27c5c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/observability/extensions/openai/integration/test_openai_trace_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ async def run_agent():
242242
.caller_client_ip("127.0.0.1")
243243
.conversation_id("test-conversation-id")
244244
.channel_name("test-channel")
245-
.correlation_id("test-correlation-id")
246245
.build()
247246
):
248247
result = await Runner.run(agent, "Say hello")

0 commit comments

Comments
 (0)