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 206 forks source link

Fix failing tests (due to request proxy fix) #195

Closed eladnava closed 8 years ago

eladnava commented 8 years ago

Tests broke after merging 2 PRs. The request-proxy-fix PR modified the request.body to request.json and the unicast-messaging-support relied on that property for its tests.

@hypesystem fyi

hypesystem commented 8 years ago

:+1: