[MM-55053] Use request-specific logger in channels/app/file.go (#25037)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
45d6fb122f
Коммит
b0bf5d0765
@@ -1105,7 +1105,7 @@ func TestPermanentDeleteUser(t *testing.T) {
|
||||
|
||||
require.False(t, res, "File was not deleted on FS. err=%v", err)
|
||||
|
||||
finfo, err = th.App.GetFileInfo(finfo.Id)
|
||||
finfo, err = th.App.GetFileInfo(th.Context, finfo.Id)
|
||||
|
||||
require.Nil(t, finfo, "Unable to find finfo. err=%v", err)
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user