satisfiesContract shouldn't fail if the implementation has an additional non-required parameter.
At the moment we get an error:
org.assertj.core.api.SoftAssertionError:
The following assertion failed:
1) [Checking parameters of 'GET' operation of path '/mentions/search']
Actual and expected should have same size but actual size is:
<3>
while expected is:
<2>
Actual was:
<[io.swagger.models.parameters.QueryParameter@7569d537,
io.swagger.models.parameters.QueryParameter@39224809,
io.swagger.models.parameters.QueryParameter@4a3f02dd]>