Skip to content

Commit eb65789

Browse files
listepodigitalsadhu
authored andcommitted
Update test
1 parent ffc5298 commit eb65789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/remoteMethods.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('loopback json api remote methods', function () {
3737
.expect(200)
3838
.end(function (err, res) {
3939
expect(err).to.equal(null);
40-
expect(res.body).to.equal('Greetings... John!');
40+
expect(res.body.greeting).to.equal('Greetings... John');
4141
done();
4242
});
4343
});

0 commit comments

Comments
 (0)