We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618a2ea commit 8d8699cCopy full SHA for 8d8699c
.changeset/quiet-zoos-poke.md
@@ -0,0 +1,2 @@
1
+---
2
packages/integration-tests/src/test-live-dependency-health-checks/health_checks.test.ts
@@ -18,8 +18,9 @@ import {
18
waitForSandboxDeploymentToPrintTotalTime,
19
} from '../process-controller/predicated_action_macros.js';
20
import { BackendIdentifierConversions } from '@aws-amplify/platform-core';
21
+import { e2eToolingClientConfig } from '../e2e_tooling_client_config.js';
22
-const cfnClient = new CloudFormationClient();
23
+const cfnClient = new CloudFormationClient(e2eToolingClientConfig);
24
25
/**
26
* These tests primary focus is a validation than our released artifacts
0 commit comments