fix typo in the app/export_test.go (#19553)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
56e889a3fc
Коммит
cf9ed13d24
@@ -717,7 +717,7 @@ func TestExportDeletedTeams(t *testing.T) {
|
||||
require.Nil(t, err)
|
||||
|
||||
var b bytes.Buffer
|
||||
err = th1.App.BulkExport(&b, "somePath", BulkExportOpts{})
|
||||
err = th1.App.BulkExport(&b, "somePath", model.BulkExportOpts{})
|
||||
require.Nil(t, err)
|
||||
|
||||
th2 := Setup(t)
|
||||
|
||||
Ссылка в новой задаче
Block a user