Skip to content

Commit d69d22b

Browse files
committed
Delete redundant test
1 parent 4b49b45 commit d69d22b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/nexus/test_handler.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -879,14 +879,6 @@ async def test_start_operation_without_type_annotations(
879879
assert not any(warnings), [w.message for w in warnings]
880880

881881

882-
def test_operation_without_type_annotations_without_service_definition_raises_validation_error():
883-
with pytest.raises(
884-
ValueError,
885-
match=r"has no input type.+has no output type",
886-
):
887-
service_handler(MyServiceHandlerWithOperationsWithoutTypeAnnotations)
888-
889-
890882
async def test_logger_uses_operation_context(env: WorkflowEnvironment, caplog: Any):
891883
task_queue = str(uuid.uuid4())
892884
service_name = MyService.__name__

0 commit comments

Comments
 (0)