mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 10:43:36 +00:00
fix: use 12+ char password for security setup test
Password validation requires minimum 12 characters.
This commit is contained in:
@@ -44,7 +44,7 @@ func TestUpdateFlowIntegration(t *testing.T) {
|
||||
}
|
||||
|
||||
username := getenvDefault("UPDATE_API_USERNAME", "admin")
|
||||
password := getenvDefault("UPDATE_API_PASSWORD", "admin")
|
||||
password := getenvDefault("UPDATE_API_PASSWORD", "AdminPass123!")
|
||||
bootstrapToken := getenvDefault("PULSE_E2E_BOOTSTRAP_TOKEN", "0123456789abcdef0123456789abcdef0123456789abcdef")
|
||||
|
||||
jar, err := cookiejar.New(nil)
|
||||
|
||||
Reference in New Issue
Block a user