hedgedoc/test/public-api
Philip Molares 4d89ffd474
NotesService: Replace noteByIdOrAlias with note as parameter
As the NotesController has the note already, because it checked with it if the user has the permission to perform the action, it's not necessary to get the note from the DB again, instead we should just provide the note to the functions directly.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-02-20 16:50:11 +01:00
..
fixtures MediaService: Add unit tests 2021-02-13 22:12:19 +01:00
me.e2e-spec.ts Tests: Rename users.e2e-spec.ts to me.e2e-spec.ts 2021-02-03 21:51:30 +01:00
media.e2e-spec.ts Media E2E Tests: Delete uploaded files after test 2021-02-13 22:58:44 +01:00
notes.e2e-spec.ts NotesService: Replace noteByIdOrAlias with note as parameter 2021-02-20 16:50:11 +01:00