pactflow / swagger-mock-validator

Other
13 stars 4 forks source link

Support case insensitivity for path validation #46

Open sngnw opened 10 months ago

sngnw commented 10 months ago

The scenario where the server is built to support path case insensitivity, bi-directional contract testing should validate 'GET \v1\properties' and 'GET \v1\Properties' compatible. Pactflow currently enforces case sensitivity.However it would be nice to also support case insensitive validation.