Skip to content

Commit 8d8699c

Browse files
author
Kamil Sobol
authored
test: fix resource cleanup in canary workflow (#929)
1 parent 618a2ea commit 8d8699c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changeset/quiet-zoos-poke.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/integration-tests/src/test-live-dependency-health-checks/health_checks.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ import {
1818
waitForSandboxDeploymentToPrintTotalTime,
1919
} from '../process-controller/predicated_action_macros.js';
2020
import { BackendIdentifierConversions } from '@aws-amplify/platform-core';
21+
import { e2eToolingClientConfig } from '../e2e_tooling_client_config.js';
2122

22-
const cfnClient = new CloudFormationClient();
23+
const cfnClient = new CloudFormationClient(e2eToolingClientConfig);
2324

2425
/**
2526
* These tests primary focus is a validation than our released artifacts

0 commit comments

Comments
 (0)