Skip to content

Commit

Permalink
simplify unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saud Khanzada committed Dec 28, 2020
1 parent 6fd9ffc commit 73e48fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@aws-cdk/aws-rds/test/test.proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,7 @@ export = {
//WHEN
new rds.DatabaseProxy(stack, 'proxy', {
proxyTarget: rds.ProxyTarget.fromCluster(cluster),
borrowTimeout: cdk.Duration.seconds(30),
secrets: [cluster.secret!],
maxConnectionsPercent: 50,
vpc,
});

Expand Down

0 comments on commit 73e48fe

Please sign in to comment.