Skip to content

Commit

Permalink
test: fix layer e2e, env name has 10 character limit (#13021)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhockett authored Jul 28, 2023
1 parent e5ab763 commit 3e08fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify-e2e-tests/src/__tests__/layer-1.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ describe('amplify add lambda layer', () => {
projName,
};

const noLayerEnv = 'nolayertest';
const noLayerEnv = 'nolyrtest';

await addEnvironment(projRoot, { envName: noLayerEnv });
await checkoutEnvironment(projRoot, { envName });
Expand Down

0 comments on commit 3e08fb9

Please sign in to comment.