fix: correct test note in cypress environment

Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-05 11:10:44 +02:00
parent c0d4d233da
commit 6786e6d6d3
2 changed files with 15 additions and 7 deletions

View file

@ -47,7 +47,7 @@ const handler = (req: NextApiRequest, res: NextApiResponse): void => {
}
},
editedByAtPosition: []
})
} as Note)
}
export default handler