Skip to content

Commit 291c222

Browse files
authored
Missed one test
1 parent b6d511d commit 291c222

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/@aws-cdk/aws-rds/test/test.cluster.ts

-4
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,7 @@ export = {
381381
// WHEN
382382
new DatabaseCluster(stack, 'Database', {
383383
engine: DatabaseClusterEngine.AURORA,
384-
masterUser: {
385-
username: 'admin',
386-
},
387384
instanceProps: {
388-
instanceType: ec2.InstanceType.of(ec2.InstanceClass.BURSTABLE2, ec2.InstanceSize.SMALL),
389385
autoMinorVersionUpgrade: false,
390386
vpc,
391387
},

0 commit comments

Comments
 (0)