Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Maria A Nunez
2020-09-18 11:39:34 -04:00
коммит произвёл GitHub
родитель 1d2220141e
Коммит 43ed6ad690
3 изменённых файлов: 18 добавлений и 7 удалений

Просмотреть файл

@@ -277,6 +277,12 @@ func TestGetLogs(t *testing.T) {
require.NotEmpty(t, logs, "should not be empty")
})
th.TestForSystemAdminAndLocal(t, func(t *testing.T, c *model.Client4) {
th.App.UpdateConfig(func(cfg *model.Config) { *cfg.ExperimentalSettings.RestrictSystemAdmin = true })
_, resp := th.Client.GetLogs(0, 10)
CheckForbiddenStatus(t, resp)
})
_, resp := th.Client.GetLogs(0, 10)
CheckForbiddenStatus(t, resp)