Browse Source

adapt jsunit test

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tags/v14.0.0RC1
Arthur Schiwon 5 years ago
parent
commit
be873c234b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/js/tests/specs/shareitemmodelSpec.js

+ 1
- 1
core/js/tests/specs/shareitemmodelSpec.js View File

@@ -345,7 +345,7 @@ describe('OC.Share.ShareItemModel', function() {
}]));
fetchSharesDeferred.resolve(makeOcsResponse([]));

model.set('possiblePermissions', OC.PERMISSION_READ);
model.fileInfoModel.set('permissions', OC.PERMISSION_READ);
model.fetch();

// no resharing allowed

Loading…
Cancel
Save