Skip to content

Commit

Permalink
added special character to password
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson-Williams-15 committed Apr 21, 2024
1 parent 7b5622e commit 18e7cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FU.SPA/tests/setup-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const setup = async () => {

const credentials = Array.from({ length: numberOfUsers }, (v, i) => ({
username: `user${i + 1}`,
password: `password${i + 1}`,
password: `pass_word${i + 1}`,
email: `user${i + 1}@example.com`,
}));

Expand Down

0 comments on commit 18e7cd0

Please sign in to comment.