We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc5298 commit eb65789Copy full SHA for eb65789
test/remoteMethods.test.js
@@ -37,7 +37,7 @@ describe('loopback json api remote methods', function () {
37
.expect(200)
38
.end(function (err, res) {
39
expect(err).to.equal(null);
40
- expect(res.body).to.equal('Greetings... John!');
+ expect(res.body.greeting).to.equal('Greetings... John');
41
done();
42
});
43
0 commit comments