fix: 修复测试资产账号权限

pull/7840/head
Jiangjie.Bai 2022-03-14 17:40:10 +08:00 committed by Jiangjie.Bai
parent df51c82cfd
commit 5b960fc46b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class AccountViewSet(OrgBulkModelViewSet):
'verify_account': serializers.AssetTaskSerializer
}
rbac_perms = {
'verify_account': 'assets.add_authbook'
'verify_account': 'assets.test_authbook'
}
def get_queryset(self):