Merge pull request #9430 from nextcloud/stable13-9407

[13] Fix jsunit tests
This commit is contained in:
Morris Jobke 2018-05-09 09:14:33 +02:00 committed by GitHub
commit 44255faab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ describe('OC.Upload tests', function() {
originalFiles: files,
files: [file],
jqXHR: jqXHR,
response: sinon.stub.returns(jqXHR),
response: sinon.stub().returns(jqXHR),
submit: sinon.stub()
};
if (uploader.fileUploadParam.add.call(