pact-foundation / pact-net

.NET version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://pact.io
MIT License
832 stars 230 forks source link

Check query string param encoding #18

Closed neilcampbell closed 10 years ago

neilcampbell commented 10 years ago

Ensure that query params are correctly encoded etc

neilcampbell commented 10 years ago

Fixed in https://github.com/SEEK-Jobs/pact-net/commit/bcb0a0a1804da48570f9143e97b98c5d8bc6ab2f by @bethesque