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