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 aa738ae commit 8686cc4Copy full SHA for 8686cc4
test/io.test.js
@@ -44,9 +44,9 @@ describe('test start step1:', function() {
44
describe('upload#', function() {
45
var uptoken = null;
46
beforeEach(function(done) {
47
- var putPolicy = new qiniu.rs.PutPolicy({
+ var putPolicy = new qiniu.rs.PutPolicy(
48
TEST_BUCKET
49
- });
+ );
50
uptoken = putPolicy.token();
51
done();
52
});
0 commit comments