mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
update missed model.Username for TestAddUserToGroupSyncables (#27828)
This commit is contained in:
parent
e422b1f8af
commit
3fdfce6ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue