mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04: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 = [];
|
updateNotePermission.sharedToGroups = [];
|
||||||
await testSetup.notesService.updateNotePermissions(
|
await testSetup.permissionsService.updateNotePermissions(
|
||||||
note,
|
note,
|
||||||
updateNotePermission,
|
updateNotePermission,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue