remove more global references (#7442)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
af81f7e48b
Коммит
b6fb98a431
@@ -25,7 +25,7 @@ func TestRenameProviderDoCommand(t *testing.T) {
|
||||
"1234567890123456789012": "",
|
||||
"12345678901234567890123": "api.command_channel_rename.too_long.app_error",
|
||||
} {
|
||||
actual := rp.DoCommand(args, msg).Text
|
||||
actual := rp.DoCommand(th.App, args, msg).Text
|
||||
assert.Equal(t, expected, actual)
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user