MM-54502 - Update regex to force first character to be alpha (#24675)
Automatic Merge
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5bfb32c504
Коммит
08ed72f060
@@ -161,13 +161,13 @@ func TestAPIRestrictedViewMembers(t *testing.T) {
|
||||
{
|
||||
"Get not existing user without restrictions",
|
||||
"",
|
||||
model.NewId(),
|
||||
model.NewUsername(),
|
||||
"app.user.get_by_username.app_error",
|
||||
},
|
||||
{
|
||||
"Get not existing user with restrictions to teams",
|
||||
"teams",
|
||||
model.NewId(),
|
||||
model.NewUsername(),
|
||||
"api.context.permissions.app_error",
|
||||
},
|
||||
{
|
||||
@@ -185,7 +185,7 @@ func TestAPIRestrictedViewMembers(t *testing.T) {
|
||||
{
|
||||
"Get not existing user with restrictions to channels",
|
||||
"channels",
|
||||
model.NewId(),
|
||||
model.NewUsername(),
|
||||
"api.context.permissions.app_error",
|
||||
},
|
||||
{
|
||||
|
||||
Ссылка в новой задаче
Block a user