From 6c4c5a81af8083e3524ba71f619cc096e0cb6f2e Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 12 Jun 2021 18:12:50 +0200 Subject: [PATCH] Fix tests Signed-off-by: Tilman Vatteroth --- cypress/integration/fileUpload.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }