Skip to content

Commit

Permalink
for test
Browse files Browse the repository at this point in the history
  • Loading branch information
JemyCheung committed Oct 18, 2019
1 parent 7a40810 commit 814e620
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/rs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ describe('test start bucket manager', function () {
}, function (err, respBody, respInfo) {
// the irregular data return from Server that Cannot be converted by urllib to JSON Object
// so err !=null and you can judge if err.res.statusCode==200
if (err.res.statusCode != 200) {
console.log(err);
throw err;
}
console.log(respBody + '\n');
console.log(JSON.stringify(respInfo));
done();
Expand Down

0 comments on commit 814e620

Please sign in to comment.