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 5949f2e commit c9755a7Copy full SHA for c9755a7
packages/cli/src/seed-policy-generation/generate_seed_policy_template.test.ts
@@ -21,7 +21,7 @@ const testUserpoolId = 'us-east-1_userpoolTest';
21
const testUserpoolClient = 'userPoolClientId';
22
const testRegion = 'us-east-1';
23
const testArn =
24
- 'arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1234567489';
+ 'arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_userpoolTest';
25
26
const testBackendIdentifier: BackendIdentifier = {
27
namespace: testBackendId,
0 commit comments