update missed model.Username for TestAddUserToGroupSyncables (#27828)

This commit is contained in:
Jesse Hallam 2024-07-31 13:46:32 -03:00 committed by GitHub
parent e422b1f8af
commit 3fdfce6ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -314,7 +314,7 @@ func TestAddUserToGroupSyncables(t *testing.T) {
id = model.NewId()
user = &model.User{
Email: "test123@localhost",
Username: model.NewId(),
Username: model.NewUsername(),
AuthData: &id,
AuthService: model.UserAuthServiceSaml,
}