TSDB: add deprecation comments to many tsdb structs (#33281)
This commit is contained in:
@@ -145,6 +145,7 @@ func TestPrometheus(t *testing.T) {
|
||||
|
||||
func TestParseResponse(t *testing.T) {
|
||||
t.Run("value is not of type matrix", func(t *testing.T) {
|
||||
//nolint: staticcheck // plugins.DataQueryResult deprecated
|
||||
queryRes := plugins.DataQueryResult{}
|
||||
value := p.Vector{}
|
||||
res, err := parseResponse(value, nil)
|
||||
|
||||
Reference in New Issue
Block a user