diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2015-07-09 18:42:46 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2015-07-09 18:42:46 +0200 |
commit | eb7a796ad98ec833e49c2544f03da52d11c302b1 (patch) | |
tree | 5b26b73bfbdb5e3692f15e10c590e93b8fc1bf8d /apps/files_sharing | |
parent | eea56dc309ea8fc5855990a7608654c3b07cf8ae (diff) | |
download | nextcloud-server-eb7a796ad98ec833e49c2544f03da52d11c302b1.tar.gz nextcloud-server-eb7a796ad98ec833e49c2544f03da52d11c302b1.zip |
Fix unit tests
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/tests/js/shareSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/js/shareSpec.js b/apps/files_sharing/tests/js/shareSpec.js index 1bbf4ffca09..aa409285ca4 100644 --- a/apps/files_sharing/tests/js/shareSpec.js +++ b/apps/files_sharing/tests/js/shareSpec.js @@ -90,7 +90,7 @@ describe('OCA.Sharing.Util tests', function() { type: 'dir', name: 'One', path: '/subdir', - mimetype: 'text/plain', + mimetype: 'httpd/unix-directory', size: 12, permissions: OC.PERMISSION_ALL, etag: 'abc' |