MM-29988 - Update exising Post APIs with collapsed threads (#16503)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2e1b578ccd
Коммит
b0bddeb5e6
@@ -2704,7 +2704,7 @@ func TestImportTeam(t *testing.T) {
|
||||
CheckNoError(t, resp)
|
||||
require.Equal(t, importedChannel.Name, "general", "names did not match expected: general")
|
||||
|
||||
posts, resp := th.SystemAdminClient.GetPostsForChannel(importedChannel.Id, 0, 60, "")
|
||||
posts, resp := th.SystemAdminClient.GetPostsForChannel(importedChannel.Id, 0, 60, "", false)
|
||||
CheckNoError(t, resp)
|
||||
require.Equal(t, posts.Posts[posts.Order[3]].Message, "This is a test post to test the import process", "missing posts in the import process")
|
||||
})
|
||||
|
||||
Ссылка в новой задаче
Block a user