Allow go benchmarks to use api helpers functions (#19179)

Этот коммит содержится в:
Ben Schumacher
2021-12-17 11:48:31 +01:00
коммит произвёл GitHub
родитель 0b1e9445c8
Коммит b02e9ba5b0
3 изменённых файлов: 58 добавлений и 58 удалений

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

@@ -642,7 +642,7 @@ func TestUpdateTeamPrivacy(t *testing.T) {
name string
team *model.Team
privacy string
errChecker func(t *testing.T, resp *model.Response)
errChecker func(t testing.TB, resp *model.Response)
wantType string
wantOpenInvite bool
wantInviteIdChanged bool