update missed model.Username for TestAddUserToGroupSyncables (#27828)

This commit is contained in:
Jesse Hallam
2024-07-31 16:46:32 +00:00
committed by GitHub
parent e422b1f8af
commit 3fdfce6ddb
+1 -1
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,
}