* Migration completed

* Fix tests

* Fix tests

* Fix tests

* Suggestions

* Trigger CI

* Suggestions

* Merge with master

* Trigger CI

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>
Этот коммит содержится в:
Rodrigo Villablanca
2020-10-26 06:41:27 -03:00
коммит произвёл GitHub
родитель d51d843fcd
Коммит 96f1739f8f
55 изменённых файлов: 2487 добавлений и 1568 удалений

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

@@ -79,7 +79,7 @@ func TestApiResctrictedViewMembers(t *testing.T) {
"Get not existing user without restrictions",
"",
model.NewId(),
"store.sql_user.missing_account.const",
"app.user.missing_account.const",
},
{
"Get not existing user with restrictions to teams",
@@ -161,7 +161,7 @@ func TestApiResctrictedViewMembers(t *testing.T) {
"Get not existing user without restrictions",
"",
model.NewId(),
"store.sql_user.get_by_username.app_error",
"app.user.get_by_username.app_error",
},
{
"Get not existing user with restrictions to teams",
@@ -243,7 +243,7 @@ func TestApiResctrictedViewMembers(t *testing.T) {
"Get not existing user without restrictions",
"",
th.GenerateTestEmail(),
"store.sql_user.missing_account.const",
"app.user.missing_account.const",
},
{
"Get not existing user with restrictions to teams",
@@ -325,7 +325,7 @@ func TestApiResctrictedViewMembers(t *testing.T) {
"Get not existing user without restrictions",
"",
model.NewId(),
"store.sql_user.missing_account.const",
"app.user.missing_account.const",
},
{
"Get not existing user with restrictions to teams",
@@ -407,7 +407,7 @@ func TestApiResctrictedViewMembers(t *testing.T) {
"Get not existing user without restrictions",
"",
model.NewId(),
"store.sql_user.missing_account.const",
"app.user.missing_account.const",
},
{
"Get not existing user with restrictions to teams",