mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-23 20:21:17 +00:00
Fix tests
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
0ecd255297
commit
6c4c5a81af
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ describe('File upload', () => {
|
|||
method: 'GET',
|
||||
url: '/mock-backend/api/private/media/upload-post'
|
||||
}, {
|
||||
statusCode: 201,
|
||||
statusCode: 200,
|
||||
body: {
|
||||
link: imageUrl
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue