Skip to content

Commit 3c79117

Browse files
committed
fix qs data collection
1 parent 9cba713 commit 3c79117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-collection/deploy/module-quicksight.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ Resources:
154154
)
155155
users.extend(namespace_users)
156156
157-
namespace_groups = list_groups(
157+
namespace_groups = list(list_groups(
158158
account_id=account_id,
159159
namespace=namespace['Name'],
160160
quicksight=quicksight_client
161-
)
161+
))
162162
groups.extend(namespace_groups)
163163
164164
for group in namespace_groups:

0 commit comments

Comments
 (0)