Skip to content

Commit

Permalink
quick test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAmazonKendra authored Jul 6, 2022
1 parent 02e4483 commit 5d5d0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-msk/test/integ.cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ new cdk.CfnOutput(stack, 'BootstrapBrokers', { value: cluster.bootstrapBrokersTl
new cdk.CfnOutput(stack, 'BootstrapBrokers2', { value: cluster.bootstrapBrokersTls });

// iam authenticated msk cluster integ test
const cluster2 = new msk.Cluster(stack, 'Cluster', {
const cluster2 = new msk.Cluster(stack, 'Cluster2', {
clusterName: 'iam-auth-integ-test',
kafkaVersion: msk.KafkaVersion.V2_6_1,
vpc,
Expand Down

0 comments on commit 5d5d0f4

Please sign in to comment.