Skip to content

Commit

Permalink
test: use test profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Oct 27, 2023
1 parent e0922ff commit 08ee993
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/amplify-e2e-core/src/init/amplifyPull.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ export const amplifyStudioHeadlessPull = (
awscloudformation: {
configLevel: 'project',
useProfile: true,
// eslint-disable-next-line spellcheck/spell-checker
profileName: profileName ?? 'amplify-integ-test-user',
profileName: profileName ?? TEST_PROFILE_NAME,
},
};
const args = ['pull', '--amplify', JSON.stringify({ appId, envName }), '--providers', JSON.stringify(providersConfig), '--yes'];
Expand Down

0 comments on commit 08ee993

Please sign in to comment.