/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
go/libkb/httputil_test.go
15 строк
303 B
Joshua Blum
Instrument stray HTTP requests (#22392)
07 фев 2020, 06:12
Не верифицирован
07 фев 2020, 06:12
da73c90
Код
Авторство
О чём код?
// Copyright 2015 Keybase, Inc. All rights reserved. Use of // this source code is governed by the included BSD license. package libkb import ( "testing" "github.com/stretchr/testify/require" ) func TestDiscardAndCloseBody(t *testing.T) { err := DiscardAndCloseBody(nil) require.Error(t, err) }