mirror of
https://github.com/mattermost/mattermost.git
synced 2026-09-21 14:20:41 +08:00
update missed model.Username for TestAddUserToGroupSyncables (#27828)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user