test accountinfo

This commit is contained in:
weisd
2024-11-14 09:06:42 +08:00
parent b400860538
commit 26b6d3a1ec
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ impl Operation for AccountInfoHandler {
statements: vec![BPStatement {
sid: "".to_owned(),
effect: Effect::Allow,
actions: ActionSet(s3_all_act),
actions: ActionSet(s3_all_act.clone()),
resources: ResourceSet(all_res),
..Default::default()
}],