Skip to content

Commit 59dd286

Browse files
committed
update logs-destinations tests to reflect write permissions
1 parent f0b05b8 commit 59dd286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@aws-cdk/aws-logs-destinations/test/kinesis.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test('stream can be subscription destination', () => {
5151
Statement: [
5252
{
5353
Action: [
54-
'kinesis:DescribeStream',
54+
'kinesis:ListShards',
5555
'kinesis:PutRecord',
5656
'kinesis:PutRecords',
5757
],
@@ -122,7 +122,7 @@ test('stream can be subscription destination twice, without duplicating permissi
122122
Statement: [
123123
{
124124
Action: [
125-
'kinesis:DescribeStream',
125+
'kinesis:ListShards',
126126
'kinesis:PutRecord',
127127
'kinesis:PutRecords',
128128
],

0 commit comments

Comments
 (0)