Commit graph

5 commits

Author SHA1 Message Date
Sebastian Almberg
095f3ae776 Fix CSRF tests: initialize session before getting tokens 2026-03-04 11:58:12 +01:00
Sebastian Almberg
61f54d359e Improve test coverage for update manager controller
Add happy-path tests for backup creation, deletion, download,
and log deletion with valid CSRF tokens. Also test the locked
state blocking backup creation.
2026-03-04 11:31:40 +01:00
Sebastian Almberg
b15074ea44 Fix auth test: expect 401 instead of redirect for HTTP Basic auth 2026-03-03 21:09:41 +01:00
Sebastian Almberg
d411f15feb Fix test failures: add locale prefix to URLs, correct log directory path 2026-03-03 21:09:41 +01:00
Sebastian Almberg
f442f45b81 Add tests for backup/update manager improvements
- Controller tests: auth, CSRF validation, 404 for missing backups, restore disabled check
- UpdateExecutor: deleteLog validation, non-existent file, successful deletion
- BackupManager: deleteBackup validation for missing/non-zip files
2026-03-03 21:09:41 +01:00