Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Feb 1, 2025
1 parent 9966f91 commit 1de6cd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/querying/test_query_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ def test_get_actions_with_arn_type_and_access_level_case_1(self):
desired_output = [
"s3:DeleteBucketPolicy",
"s3:PutBucketAcl",
"s3:PutBucketOwnershipControls",
"s3:PutBucketPolicy",
"s3:PutBucketPublicAccessBlock",
]
Expand Down
5 changes: 5 additions & 0 deletions test/writing/test_sid_group_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_sid_group_multiple(self):
"actions": [
"s3:DeleteBucketPolicy",
"s3:PutBucketAcl",
"s3:PutBucketOwnershipControls",
"s3:PutBucketPolicy",
"s3:PutBucketPublicAccessBlock",
],
Expand Down Expand Up @@ -70,6 +71,7 @@ def test_sid_group_multiple(self):
"Action": [
"s3:DeleteBucketPolicy",
"s3:PutBucketAcl",
"s3:PutBucketOwnershipControls",
"s3:PutBucketPolicy",
"s3:PutBucketPublicAccessBlock",
],
Expand Down Expand Up @@ -102,6 +104,7 @@ def test_sid_group(self):
"actions": [
"s3:DeleteBucketPolicy",
"s3:PutBucketAcl",
"s3:PutBucketOwnershipControls",
"s3:PutBucketPolicy",
"s3:PutBucketPublicAccessBlock",
],
Expand All @@ -126,6 +129,7 @@ def test_sid_group(self):
"Action": [
"s3:DeleteBucketPolicy",
"s3:PutBucketAcl",
"s3:PutBucketOwnershipControls",
"s3:PutBucketPolicy",
"s3:PutBucketPublicAccessBlock",
],
Expand Down Expand Up @@ -195,6 +199,7 @@ def test_write_with_template(self):
"Action": [
"s3:DeleteBucketPolicy",
"s3:PutBucketAcl",
"s3:PutBucketOwnershipControls",
"s3:PutBucketPolicy",
"s3:PutBucketPublicAccessBlock",
],
Expand Down

0 comments on commit 1de6cd0

Please sign in to comment.