mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
update missed model.Username for TestAddUserToGroupSyncables (#27828)
This commit is contained in:
parent
e422b1f8af
commit
3fdfce6ddb
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user