Skip to content

Commit 6d535cf

Browse files
committed
Chore: test run
Signed-off-by: Kevin Shan <[email protected]>
1 parent f71f955 commit 6d535cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/amplify-codegen-e2e-core/src/init/initProjectHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function initJSProjectWithProfile(cwd: string, settings: Object = {}): Pr
7575
.wait('Select the authentication method you want to use:')
7676
.sendCarriageReturn()
7777
.wait('Please choose the profile you want to use')
78-
.sendLine('amplify-integ-test-user');
78+
.sendLine(s.profileName);
7979
}
8080

8181
chain

packages/amplify-codegen-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"e2e": "npm run setup-profile && jest --verbose --forceExit",
2121
"e2e-gen2": "jest --verbose --forceExit",
22-
"setup-profile": "ts-node ./src/configure_tests.ts",
22+
"setup-profile": "ts-node ./src/configure_tests.ts && cat ~/.aws/config && cat ~/.aws/credentials",
2323
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts"
2424
},
2525
"dependencies": {

0 commit comments

Comments
 (0)