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