mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-24 17:42:50 +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',
|
method: 'GET',
|
||||||
url: '/mock-backend/api/private/media/upload-post'
|
url: '/mock-backend/api/private/media/upload-post'
|
||||||
}, {
|
}, {
|
||||||
statusCode: 201,
|
statusCode: 200,
|
||||||
body: {
|
body: {
|
||||||
link: imageUrl
|
link: imageUrl
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue