gregoil / rotest

Resource oriented testing framework
MIT License
24 stars 5 forks source link

Block input validation doesn't take into consideration resource unpacking #184

Open UnDarkle opened 4 years ago

UnDarkle commented 4 years ago

ComplexResource sub = SubResource.request()

Block sub = BlockInput()

Flow res = ComplexResource.request().unpack() blocks = [Block]

Will fail the block inputs validation unless the block input will have a default value