We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b49b45 commit d69d22bCopy full SHA for d69d22b
tests/nexus/test_handler.py
@@ -879,14 +879,6 @@ async def test_start_operation_without_type_annotations(
879
assert not any(warnings), [w.message for w in warnings]
880
881
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
890
async def test_logger_uses_operation_context(env: WorkflowEnvironment, caplog: Any):
891
task_queue = str(uuid.uuid4())
892
service_name = MyService.__name__
0 commit comments