Closed bajtos closed 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.
{ count: 1 }
This patch is fixing the issue.
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.