Skip to content

Commit

Permalink
remove 'applicationArn' from listCallerAccessGrant unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Aug 7, 2024
1 parent a3dbbf2 commit 550b1b5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,16 @@ describe('listCallerAccessGrants', () => {
scope: 's3://bucket/*',
type: 'BUCKET',
permission: 'READ',
applicationArn: undefined,
},
{
scope: 's3://bucket/path/*',
type: 'PREFIX',
permission: 'READWRITE',
applicationArn: undefined,
},
{
scope: 's3://bucket/path/to/object',
type: 'OBJECT',
permission: 'READ',
applicationArn: 'arn:123',
},
]);
expect(nextToken).toBeUndefined();
Expand Down

0 comments on commit 550b1b5

Please sign in to comment.