From 0ecd2552979de29ac9cbb6e49ae1ed29bc61eb6b Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 12 Jun 2021 18:10:42 +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 3ed845265..cd047ea35 100644 --- a/cypress/integration/fileUpload.spec.ts +++ b/cypress/integration/fileUpload.spec.ts @@ -30,7 +30,7 @@ describe('File upload', () => { describe('upload works', () => { beforeEach(() => { cy.intercept({ - method: 'POST', + method: 'GET', url: '/mock-backend/api/private/media/upload-post' }, { statusCode: 201,