diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2021-10-14 10:59:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 10:59:45 +0200 |
commit | ed533bd128807ae4e41efb590d59afe05c26668c (patch) | |
tree | 601a97460721a369381120e98f24729975e6a552 /apps/files/tests/js/fileUploadSpec.js | |
parent | 739b67031be765131956f25a7ced524ab4976924 (diff) | |
parent | 5c8e7be4a7905e8cac3d7860c744f7d2ed69aab1 (diff) | |
download | nextcloud-server-ed533bd128807ae4e41efb590d59afe05c26668c.tar.gz nextcloud-server-ed533bd128807ae4e41efb590d59afe05c26668c.zip |
Merge pull request #28250 from pjft/patch-3
Fix bug introduced on drag and drop external files
Diffstat (limited to 'apps/files/tests/js/fileUploadSpec.js')
-rw-r--r-- | apps/files/tests/js/fileUploadSpec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/tests/js/fileUploadSpec.js b/apps/files/tests/js/fileUploadSpec.js index 6ce0558d22d..05aea446fe9 100644 --- a/apps/files/tests/js/fileUploadSpec.js +++ b/apps/files/tests/js/fileUploadSpec.js @@ -75,6 +75,7 @@ describe('OC.Upload tests', function() { files: [file], jqXHR: jqXHR, response: sinon.stub().returns(jqXHR), + targetDir: "/", submit: sinon.stub(), abort: sinon.stub() }; |