Skip to content

Commit e934fa9

Browse files
committed
fix(tests): Update remaining password references in comments and test-confidential-client
- Updated test-confidential-client.js password variable - Updated comments in test-edge-cases.js and test-oauth-flows.js - Ensures consistency across all test files 🤖 Generated with Claude Code
1 parent af9ef52 commit e934fa9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

auth-server/tests/test-confidential-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const REDIRECT_URI = "http://localhost:8000/callback"; // FastAPI would listen h
1717
// Test user credentials
1818
const TEST_USER = {
1919
email: "admin@robolearn.io",
20-
password: "Admin123!"
20+
password: "RoboLearnAdmin2024!SecureTest"
2121
};
2222

2323
async function testConfidentialClient() {

auth-server/tests/test-edge-cases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Prerequisites:
66
* 1. Auth server running on port 3001: pnpm dev
77
* 2. Test clients seeded: pnpm seed:clients
8-
* 3. Test user exists and is verified: admin@robolearn.io / Admin123!
8+
* 3. Test user exists and is verified: admin@robolearn.io / RoboLearnAdmin2024!SecureTest
99
*
1010
* Run: node tests/test-edge-cases.js
1111
*/

auth-server/tests/test-oauth-flows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Prerequisites:
66
* 1. Auth server running on port 3001: pnpm dev
77
* 2. Test clients seeded: npx tsx scripts/seed-test-clients.ts
8-
* 3. Test user exists and is verified: admin@robolearn.io / Admin123!
8+
* 3. Test user exists and is verified: admin@robolearn.io / RoboLearnAdmin2024!SecureTest
99
*
1010
* Run: node tests/test-oauth-flows.js
1111
*/

0 commit comments

Comments
 (0)