Skip to content

Commit 90b5fc7

Browse files
committed
removed obsolete test
1 parent a7cdf87 commit 90b5fc7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

util/opentelemetry-util-genai/tests/test_workflow_invocation.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ def test_custom_name(self):
2121
invocation = WorkflowInvocation(name="customer_support_pipeline")
2222
assert invocation.name == "customer_support_pipeline"
2323

24-
def test_custom_operation_name(self):
25-
invocation = WorkflowInvocation(operation_name="run_pipeline")
26-
assert invocation.operation_name == "run_pipeline"
27-
2824
def test_with_input_messages(self):
2925
msg = InputMessage(role="user", parts=[Text(content="hello")])
3026
invocation = WorkflowInvocation(input_messages=[msg])

0 commit comments

Comments
 (0)