mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-24 03:02:35 +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', () => {
|
describe('upload works', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.intercept({
|
cy.intercept({
|
||||||
method: 'POST',
|
method: 'GET',
|
||||||
url: '/mock-backend/api/private/media/upload-post'
|
url: '/mock-backend/api/private/media/upload-post'
|
||||||
}, {
|
}, {
|
||||||
statusCode: 201,
|
statusCode: 201,
|
||||||
|
|
Loading…
Reference in a new issue