ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 208 forks source link

Remove strictSSL boolean test in senderSpec.js #216

Closed eladnava closed 8 years ago

eladnava commented 8 years ago

As per https://github.com/ToothlessGear/node-gcm/issues/213#issuecomment-182732095, we have decided to delete this failing test as the request library will handle an invalid strictSSL parameter for us automatically.

hypesystem commented 8 years ago

:+1: