Skip to content

Commit

Permalink
Update 500 error message
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengqi committed Jul 26, 2018
1 parent f076f9f commit ef38550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/response.test.js
Expand Up @@ -90,7 +90,7 @@ describe('Response tests', function() {
.end(function(err, res) {
expect(res.body).to.eql({
'code': 500,
'msg': 'Internal server error, reason: Render failed, config view option first.'
'msg': 'Internal server error, reason: Render failed, config view.path is required.'
});
done();
});
Expand Down

0 comments on commit ef38550

Please sign in to comment.