epam / cloud-pipeline

Cloud agnostic genomics analysis, scientific computation and storage platform
https://cloud-pipeline.com
Apache License 2.0
144 stars 58 forks source link

Fix validation of instanceType on tool update #3435

Closed SilinPavel closed 5 months ago

SilinPavel commented 5 months ago

Situation when tool id isn't provided on tool update leads to exception. However such situation should be valid case and in fact it is a case on fresh deploy of Cloud-Pipeline. This PR fix validation of the instanceType on updateTool method.