fix(telemetry): unused variable in test

pull/11347/head
Chris Goller 2019-01-21 11:51:59 -06:00
parent d9f5e84d6a
commit 1062a5defa
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ func TestPusher_Push(t *testing.T) {
http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
if tt.timeout > 0 { // testing server timeouts
r = r.WithContext(ctx)
_ = r
<-ctx.Done()
return
}