Adding a new operation to an endpoint shouldn't break contract
Opened this issue · 2 comments
itache commented
satisfiesContract shouldn't fail if the implementation has a new operation.
At the moment we get an error:
org.assertj.core.api.SoftAssertionError:
The following assertion failed:
- [Checking 'PATCH' operation of path '/v1/contact/{id}'] expected: null but was:<io.swagger.models.Operation@d5a4bc7[updateContact]>
RobWin commented
Hi would you like to contribute a fix?