* Add new error message

* make i18n-extract

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
Этот коммит содержится в:
MeHow25
2024-05-13 21:55:12 +02:00
коммит произвёл GitHub
родитель 664e2ae782
Коммит 298fd6e839
3 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@@ -48,7 +48,7 @@ func TestCreateTeam(t *testing.T) {
rteam.Id = ""
_, resp, err = client.CreateTeam(context.Background(), rteam)
CheckErrorID(t, err, "app.team.save.existing.app_error")
CheckErrorID(t, err, "store.sql_team.save_team.existing.app_error")
CheckBadRequestStatus(t, resp)
rteam.Name = ""