summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-02 10:26:24 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-02 10:26:24 +0100
commit4777f78187cb758413db1b11f11ccb9304f12482 (patch)
treedb14ca528a9617e356b97e724c273518a51a0dc3 /apps/files_external/tests
parente60b217156aa0f2e037a3f9e23c8314e05cfbbd1 (diff)
parent279a54bc8790986bfc0d206c622f9c7c969a2da3 (diff)
downloadnextcloud-server-4777f78187cb758413db1b11f11ccb9304f12482.tar.gz
nextcloud-server-4777f78187cb758413db1b11f11ccb9304f12482.zip
Merge pull request #20903 from owncloud/sharing-mount-option
Add mount option to disable sharing
Diffstat (limited to 'apps/files_external/tests')
-rw-r--r--apps/files_external/tests/js/settingsSpec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/tests/js/settingsSpec.js b/apps/files_external/tests/js/settingsSpec.js
index b2b5e1f57ec..72b186edf06 100644
--- a/apps/files_external/tests/js/settingsSpec.js
+++ b/apps/files_external/tests/js/settingsSpec.js
@@ -335,6 +335,7 @@ describe('OCA.External.Settings tests', function() {
expect(JSON.parse($tr.find('input.mountOptions').val())).toEqual({
encrypt: true,
previews: true,
+ enable_sharing: true,
filesystem_check_changes: 0
});
});