Skip to content

Commit

Permalink
chore: update integ test resources stack name (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Jul 13, 2020
1 parent cd6cba0 commit 4c621a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/get-integ-test-resources.js
Expand Up @@ -5,7 +5,7 @@ exports.getIntegTestResources = async () => {
const region = await client.config.region();

const { StackResources: stackResources } = await client.send(
new DescribeStackResourcesCommand({ StackName: "IntegTestResourcesStack" })
new DescribeStackResourcesCommand({ StackName: "SdkReleaseV3IntegTestResourcesStack" })
);

const identityPoolId = stackResources.filter((resource) => resource.ResourceType === "AWS::Cognito::IdentityPool")[0]
Expand Down

0 comments on commit 4c621a6

Please sign in to comment.