We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e252e commit 733b5efCopy full SHA for 733b5ef
1 file changed
util/opentelemetry-util-genai/tests/test_handler_workflow.py
@@ -59,9 +59,7 @@ def test_start_workflow_creates_span(self) -> None:
59
self.handler.stop(invocation)
60
61
def test_start_workflow_span_name(self) -> None:
62
- invocation = WorkflowInvocation(
63
- name="my_pipeline"
64
- )
+ invocation = WorkflowInvocation(name="my_pipeline")
65
self.handler.start(invocation)
66
67
0 commit comments