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

This commit is contained in:
Jiangjie.Bai 2022-03-14 17:40:10 +08:00 committed by Jiangjie.Bai
parent df51c82cfd
commit 5b960fc46b

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):