atecarlos / protractor-http-mock

A library designed to work alongside Protractor for setting up mocks for your HTTP ajax requests.
MIT License
173 stars 70 forks source link

Fix #53 - Removed undefined parameters #54

Closed amatiasq closed 8 years ago

amatiasq commented 8 years ago

This change will serialize and un-serialize the request params so any undefined param is ignored, fixing #53.

atecarlos commented 8 years ago

Could not reproduce a problem here. I'll keep an eye on it in case it pops up again.