test: update test files and documentation

This commit is contained in:
2026-04-26 16:37:39 -07:00
parent e61e020d9d
commit 36e273e2a1
10 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function getTestCredentials() {
const random = Math.random().toString(36).substring(7);
return {
email: `test-api-${timestamp}-${random}@example.com`,
password: 'TestPassword123!',
password: 'TestPassword1234!',
name: `Test API User ${timestamp}`
};
}