test(cypress): fix owner of notes

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2023-03-25 12:36:26 +01:00 committed by Tilman Vatteroth
parent 759c906506
commit d7af10e4f4

View file

@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
* SPDX-FileCopyrightText: 2023 The HedgeDoc developers (see AUTHORS file)
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
@ -22,7 +22,7 @@ beforeEach(() => {
createTime: '2021-04-24T09:27:51.000Z',
editedBy: [],
permissions: {
owner: null,
owner: 'mock',
sharedToUsers: [],
sharedToGroups: []
}