Skip to content

Commit 53c262b

Browse files
committed
fix type error
1 parent 4869b78 commit 53c262b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/integration/tools/atlas/performanceAdvisor.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ describeWithAtlas("performanceAdvisor", (integration) => {
3333
name: clusterName,
3434
clusterType: "REPLICASET",
3535
backupEnabled: true,
36+
configServerManagementMode: "ATLAS_MANAGED",
37+
diskWarmingMode: "FULLY_WARMED",
38+
replicaSetScalingStrategy: "WORKLOAD_TYPE",
39+
rootCertType: "ISRGROOTX1",
40+
terminationProtectionEnabled: false,
41+
versionReleaseSystem: "LTS",
3642
replicationSpecs: [
3743
{
3844
zoneName: "Zone 1",

0 commit comments

Comments
 (0)