Skip to content

Commit 04ba602

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
checks assertion
1 parent 76ad4d5 commit 04ba602

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/upload.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,7 @@ describe("File upload", function () {
13341334
expect(arg.get("responseFields")).to.be.equal("tags, customCoordinates, isPrivateFile, metadata");
13351335
expect(arg.get("useUniqueFileName")).to.be.equal("false");
13361336
expect(arg.get("publicKey")).to.be.equal("test_public_key");
1337+
expect(arg.get('checks')).to.be.equal("'request.folder' : '/'");
13371338

13381339
expect(callback.calledOnce).to.be.true;
13391340
sinon.assert.calledWith(callback, null, uploadSuccessResponseObj);

0 commit comments

Comments
 (0)