Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Nov 11, 2024
1 parent 2f538d0 commit 45a27cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cid/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def _deploy(self, dashboard_id: str=None, recursive=True, update=False, **kwargs

# In case if we cannot discover datasets, we need to discover dashboards
# TODO: check if datasets returns explicit permission denied and only then discover dashboards as a workaround
self.qs.discover_dashboards()
self.qs.dashboards

dashboard_id = dashboard_id or get_parameters().get('dashboard-id')
category_filter = [cat for cat in get_parameters().get('category', '').upper().split(',') if cat]
Expand Down
1 change: 1 addition & 0 deletions cid/test/bats/10-deploy-update-delete/cudos.bats
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ cur_table="${cur_table:-cur1}" # If variable not set or null, use default. FIXME
--dashboard-id cudos-v5 \
--cur-table-name $cur_table \
--athena-workgroup primary\
--timezone 'Europe/Paris' \
--quicksight-user $quicksight_user \

[ "$status" -eq 0 ]
Expand Down

0 comments on commit 45a27cf

Please sign in to comment.