Skip to content

Commit 83a15e0

Browse files
author
Vieltojarvi
committed
make codeQL happy
1 parent cfe281d commit 83a15e0

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/src/test-projects/seed-test-project/amplify/seed

1 file changed

+1
-1
lines changed

packages/integration-tests/src/test-projects/seed-test-project/amplify/seed/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Amplify.configure(outputFile);
2727
const dataClient = generateClient<Schema>();
2828

2929
const username1 = '[email protected]';
30-
const password1 = `T3st_Passw0rd*${Math.random()}`;
30+
const password1 = `T3st_Passw0rd*${crypto.randomInt(1, 100)}`;
3131

3232
const user1 = await createAndSignUpUser({
3333
username: username1,

0 commit comments

Comments
 (0)