test(admin): cover heal alias routes (#2329)

This commit is contained in:
安正超
2026-03-30 20:11:54 +08:00
committed by GitHub
parent 16db18216d
commit 74b2c70602
@@ -169,6 +169,9 @@ fn test_admin_alias_paths_match_existing_admin_routes() {
(Method::PUT, compat_admin_alias_path("/v3/set-bucket-quota")),
(Method::GET, compat_admin_alias_path("/v3/get-bucket-quota")),
(Method::POST, compat_admin_alias_path("/v3/heal/")),
(Method::POST, compat_admin_alias_path("/v3/heal/test-bucket")),
(Method::POST, compat_admin_alias_path("/v3/heal/test-bucket/prefix")),
(Method::POST, compat_admin_alias_path("/v3/background-heal/status")),
(Method::GET, compat_admin_alias_path("/v3/tier/HOT")),
(Method::GET, compat_admin_alias_path("/v3/export-bucket-metadata")),
(Method::PUT, compat_admin_alias_path("/v3/import-bucket-metadata")),