adjust js unit test

This commit is contained in:
Robin Appelman 2015-12-03 14:33:15 +01:00
parent 3c8aac3867
commit 279a54bc87
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,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
});
});