Commit af9ef52
committed
fix(tests): Update all test files to use secure password
Problem:
- test-tenant-claims.js, test-edge-cases.js, test-tenant-edge-cases.js
still used old "Admin123!" password
- These tests failed after test-oauth-flows.js passed
- test-client-edit.js also had old "Admin123!@#" password
Solution:
- Updated all test files to use "RoboLearnAdmin2024!SecureTest"
- Consistent password across all test files
Files Updated:
- tests/test-tenant-claims.js
- tests/test-edge-cases.js
- tests/test-tenant-edge-cases.js
- tests/test-client-edit.js
Result:
- All API tests should now pass consistently
- No more INVALID_EMAIL_OR_PASSWORD errors
🤖 Generated with Claude Code1 parent 892641f commit af9ef52
File tree
5 files changed
+5
-5
lines changed- auth-server
- src/app/api/admin/clients/register
- tests
5 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments