Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-06-12 18:10:42 +02:00
parent a25c13176d
commit 0ecd255297

View file

@ -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,