Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-06-12 17:52:02 +02:00
parent 1c5c3c3258
commit a25c13176d

View file

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