mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Fix e2e test for moved permission functions
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
a1fd52d8ab
commit
2650a986a9
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ describe('Notes', () => {
|
|||
},
|
||||
];
|
||||
updateNotePermission.sharedToGroups = [];
|
||||
await testSetup.notesService.updateNotePermissions(
|
||||
await testSetup.permissionsService.updateNotePermissions(
|
||||
note,
|
||||
updateNotePermission,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue