mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
test(cypress): fix owner of notes
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
759c906506
commit
d7af10e4f4
1 changed files with 2 additions and 2 deletions
|
@ -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: []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue