Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
add GetAuthorizedTargetsCode
Browse files Browse the repository at this point in the history
  • Loading branch information
luojielin committed Mar 8, 2022
1 parent 7a341eb commit a1b8a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/management/acl_management_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func TestClient_UpdateDefaultApplicationAccessPolicy(t *testing.T) {
}

func TestClient_GetAuthorizedTargets(t *testing.T) {
client := NewClient(userPoolId, appSecret, "https://core.pre.authing.cn")
client := NewClient(userPoolId, appSecret)
log.Println("==========获取拥有资源的对象列表==========")

req := &model.GetAuthorizedTargetsRequest{
Expand Down

0 comments on commit a1b8a7a

Please sign in to comment.