Skip to content

Commit

Permalink
chore(rds): remove unused code from test (#19294)
Browse files Browse the repository at this point in the history
Forgot to clean this up in #19237


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
jogold authored Mar 8, 2022
1 parent e93e758 commit 0e514de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/@aws-cdk/aws-rds/test/instance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -885,10 +885,6 @@ describe('instance', () => {
},
});

vpcWithIsolated.selectSubnets({
subnetType: ec2.SubnetType.PRIVATE_WITH_NAT,
}).subnetIds;

Template.fromStack(stack).hasResourceProperties('AWS::Serverless::Application', {
Parameters: {
endpoint: {
Expand Down

0 comments on commit 0e514de

Please sign in to comment.