mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-05 23:10:10 +00:00
Fix test
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
1c5c3c3258
commit
a25c13176d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue