fix(test): some etapi tests failing

This commit is contained in:
Elian Doran
2025-06-03 20:16:39 +03:00
parent cecbe5862c
commit 4a4c34e966
3 changed files with 14 additions and 5 deletions

View File

@@ -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);
});
});