Skip to content

Commit

Permalink
Added assume role tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Nov 15, 2024
1 parent b29cacf commit 356ecdd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/test_tenant_unauthorized.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
'Mutation.startSagemakerNotebook',
'Mutation.stopSagemakerNotebook',
'Mutation.deleteSagemakerNotebook',
# 'Query.getSagemakerNotebookPresignedUrl'
'Query.getSagemakerNotebookPresignedUrl',
'Mutation.createMetadataForm',
'Mutation.createMetadataFormVersion',
# 'Mutation.createAttachedMetadataForm',
# 'Mutation.createAttachedMetadataForm', ---> outside of this PR to be able to backport to v2.6.2
'Mutation.deleteMetadataForm',
'Mutation.deleteMetadataFormVersion',
# 'Mutation.deleteAttachedMetadataForm',
# 'Mutation.deleteAttachedMetadataForm', ---> outside of this PR to be able to backport to v2.6.2
'Mutation.createMetadataFormFields',
'Mutation.deleteMetadataFormField',
'Mutation.batchMetadataFormFieldUpdates',
Expand Down Expand Up @@ -110,12 +110,12 @@
'Mutation.syncTables',
# 'Mutation.createTableDataFilter',
# 'Mutation.deleteTableDataFilter',
# 'Query.getDatasetAssumeRoleUrl',
# 'Query.getDatasetPresignedUrl',
# 'Mutation.createRedshiftConnection',
# 'Mutation.deleteRedshiftConnection',
# 'Mutation.addConnectionGroupPermission',
# 'Mutation.deleteConnectionGroupPermission',
'Query.getDatasetAssumeRoleUrl',
'Query.getDatasetPresignedUrl',
# 'Mutation.createRedshiftConnection', ---> outside of this PR to be able to backport to v2.6.2
# 'Mutation.deleteRedshiftConnection', ---> outside of this PR to be able to backport to v2.6.2
# 'Mutation.addConnectionGroupPermission', ---> outside of this PR to be able to backport to v2.6.2
# 'Mutation.deleteConnectionGroupPermission', ---> outside of this PR to be able to backport to v2.6.2
'Mutation.importRedshiftDataset',
'Mutation.updateRedshiftDataset',
'Mutation.deleteRedshiftDataset',
Expand Down

0 comments on commit 356ecdd

Please sign in to comment.