Skip to content

Commit c9755a7

Browse files
author
Vieltojarvi
committed
update test
1 parent 5949f2e commit c9755a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/seed-policy-generation/generate_seed_policy_template.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const testUserpoolId = 'us-east-1_userpoolTest';
2121
const testUserpoolClient = 'userPoolClientId';
2222
const testRegion = 'us-east-1';
2323
const testArn =
24-
'arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1234567489';
24+
'arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_userpoolTest';
2525

2626
const testBackendIdentifier: BackendIdentifier = {
2727
namespace: testBackendId,

0 commit comments

Comments
 (0)