diff --git a/cypress/integration/fileUpload.spec.ts b/cypress/integration/fileUpload.spec.ts index cd047ea35..f02059d42 100644 --- a/cypress/integration/fileUpload.spec.ts +++ b/cypress/integration/fileUpload.spec.ts @@ -33,7 +33,7 @@ describe('File upload', () => { method: 'GET', url: '/mock-backend/api/private/media/upload-post' }, { - statusCode: 201, + statusCode: 200, body: { link: imageUrl }