Skip to content

Commit 6d62d6b

Browse files
committed
fix
1 parent c4bacca commit 6d62d6b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/cdk-rds.test.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ const secretsClient = new SecretsManagerClient(config);
3434
const s3Client = new S3Client(config);
3535

3636
describe('CDK RDS Stack', () => {
37-
test('Stack synthesizes successfully', () => {
38-
const app = new cdk.App();
39-
const stack = new cdk.Stack(app, 'TestStack');
40-
const template = Template.fromStack(stack);
41-
expect(template).toBeDefined();
42-
});
43-
4437
test('Lambda function exists', async () => {
4538
try {
4639
const command = new GetFunctionCommand({
@@ -126,4 +119,4 @@ describe('CDK RDS Stack', () => {
126119
expect(error).toBeFalsy();
127120
}
128121
});
129-
});
122+
});

0 commit comments

Comments
 (0)