diff --git a/tsdb/querier_test.go b/tsdb/querier_test.go index cf5c54fbf..267e7fb9b 100644 --- a/tsdb/querier_test.go +++ b/tsdb/querier_test.go @@ -410,7 +410,7 @@ func TestBlockQuerier_AgainstHeadWithOpenChunks(t *testing.T) { testutil.Ok(t, err) defer h.Close() - app := h.Appender() + app := h.Appender(context.Background()) for _, s := range testData { for _, chk := range s.chunks { for _, sample := range chk {