Merge branch 'develop' into chore_lint-share

This commit is contained in:
Elian Doran
2025-03-23 12:13:22 +02:00
committed by GitHub
435 changed files with 20907 additions and 11614 deletions

View File

@@ -29,6 +29,7 @@ describe("Share API test", () => {
it("requests password for password-protected share", async () => {
await supertest(app)
.get("/share/YjlPRj2E9fOV")
.expect(401)
.expect("WWW-Authenticate", 'Basic realm="User Visible Realm", charset="UTF-8"');
expect(cannotSetHeadersCount).toBe(0);
});