strongloop / loopback-example-offline-sync

Offline sync, change tracking, and replication.
http://loopback.io/doc/en/lb2/Synchronization.html
Other
286 stars 110 forks source link

server/test: fix expected DELETE response #80

Closed bajtos closed 8 years ago

bajtos commented 8 years ago

As a result of recent changes in LoopBack, DELETE requests return 200 with { count: 1 } as body now. Our test was expecting 204 and thus failing.

This patch is fixing the issue.