mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 03:41:50 +08:00
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:
@ -31,7 +31,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
usernameAdmin = "admin"
|
||||
usernameAdmin = "otherAdmin"
|
||||
usernameNonAdmin = "nonAdmin"
|
||||
defaultPassword = "password"
|
||||
)
|
||||
|
Reference in New Issue
Block a user