[MM-48060] Added context for emoji (#21561)
Co-authored-by: Tim Scheuermann <tim.scheuermann@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a4103f8c77
Коммит
8844ed1c1c
@@ -164,7 +164,7 @@ func TestExportCustomEmoji(t *testing.T) {
|
||||
outPath, err := filepath.Abs(filePath)
|
||||
require.NoError(t, err)
|
||||
|
||||
_, appErr := th.App.exportCustomEmoji(fileWriter, outPath, dirNameToExportEmoji, false)
|
||||
_, appErr := th.App.exportCustomEmoji(th.Context, fileWriter, outPath, dirNameToExportEmoji, false)
|
||||
require.Nil(t, appErr, "should not have failed")
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user