Chore: Ensure we save correct default admin user in integration test DB setup (#105752)

* fix helper + amend tests

* fix import + remove unused var

* remove more users

* remove unused code

* update test comment
This commit is contained in:
Will Browne
2025-05-28 11:25:01 +01:00
committed by GitHub
parent 10f2b76156
commit edb0865caa
31 changed files with 95 additions and 501 deletions

View File

@ -31,7 +31,7 @@ import (
)
const (
usernameAdmin = "admin"
usernameAdmin = "otherAdmin"
usernameNonAdmin = "nonAdmin"
defaultPassword = "password"
)