Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Mar 14, 2018
1 parent 287118b commit 3e8bced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ it('params check', function (assert) {
Bucket: config.Bucket, // Bucket 格式:test-1250000000
Region: 'gz'
}, function (err, data) {
assert.ok(err.error === 'Region should be ap-guangzhou');
assert.ok(err.error.indexOf('Region format error') === 0);
done();
});
});
Expand Down

0 comments on commit 3e8bced

Please sign in to comment.