File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ async def test_mock_generic_should_not_support_implicit_output(self):
140
140
)
141
141
]
142
142
)
143
- # It should fail here, since generic binding requires
144
- # $return statement in function.json to pass output
143
+ # It passes now as we are enabling generic binding to return output
144
+ # implicitly
145
145
self .assertEqual (r .response .result .status ,
146
146
protos .StatusResult .Success )
147
147
@@ -166,7 +166,7 @@ async def test_mock_generic_should_support_without_datatype(self):
166
166
)
167
167
]
168
168
)
169
- # It should fail here, since the generic binding requires datatype
170
- # to be defined in function.json
169
+ # It passes now as we are enabling generic binding to return output
170
+ # implicitly
171
171
self .assertEqual (r .response .result .status ,
172
172
protos .StatusResult .Success )
You can’t perform that action at this time.
0 commit comments