adapt jsunit test
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
e89567eb53
commit
be873c234b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue