mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-28 17:18:58 +00:00
test(admin): cover heal alias routes (#2329)
This commit is contained in:
@@ -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")),
|
||||
|
||||
Reference in New Issue
Block a user