From a25c13176d46e24052fc6d1abe4cd08333cdbf92 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 12 Jun 2021 17:52:02 +0200 Subject: [PATCH] Fix test 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 9bab72c2c..3ed845265 100644 --- a/cypress/integration/fileUpload.spec.ts +++ b/cypress/integration/fileUpload.spec.ts @@ -85,7 +85,7 @@ describe('File upload', () => { it('upload fails', () => { cy.intercept({ - method: 'POST', + method: 'GET', url: '/mock-backend/api/private/media/upload-post' }, { statusCode: 400