Skip to content

Commit 4c7c37f

Browse files
committed
fix
1 parent eff40c9 commit 4c7c37f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ describeWithAtlas("performanceAdvisor", (integration) => {
4949
rootCertType: "ISRGROOTX1",
5050
terminationProtectionEnabled: false,
5151
versionReleaseSystem: "LTS",
52+
useAwsTimeBasedSnapshotCopyForFastInitialSync: false,
5253
replicationSpecs: [
5354
{
5455
zoneName: "Zone 1",
@@ -226,9 +227,9 @@ describe("mocked atlas-get-performance-advisor", () => {
226227
});
227228

228229
session.apiClient.listClusterSuggestedIndexes = mockSuggestedIndexes;
229-
session.apiClient.listDropIndexes = mockDropIndexSuggestions;
230+
session.apiClient.listDropIndexSuggestions = mockDropIndexSuggestions;
230231
session.apiClient.listSchemaAdvice = mockSchemaAdvice;
231-
session.apiClient.listSlowQueries = mockSlowQueries;
232+
session.apiClient.listSlowQueryLogs = mockSlowQueries;
232233
session.apiClient.getCluster = mockGetCluster;
233234
});
234235

0 commit comments

Comments
 (0)