Fix tests

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-06-12 18:12:50 +02:00
parent 0ecd255297
commit 6c4c5a81af

View file

@ -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
} }