mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
fix(test): some etapi tests failing
This commit is contained in:
@@ -21,6 +21,6 @@ describe("etapi/backup", () => {
|
||||
const response = await supertest(app)
|
||||
.put("/etapi/backup/etapi_test")
|
||||
.auth(USER, token, { "type": "basic"})
|
||||
.expect(201);
|
||||
.expect(204);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user