Fixing test regression (#8130)

Regression introduced by #7723 which was merged around the same time

Signed-off-by: Danny Kopping <danny.kopping@grafana.com>
pull/8135/head
Danny Kopping 2 years ago committed by GitHub
parent 37c1ec442f
commit b9a9cdf2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkg/logql/log/pipeline_test.go

@ -216,7 +216,7 @@ func TestDropLabelsPipeline(t *testing.T) {
{Name: "ts", Value: "2020-10-18T18:04:22.147378997Z"},
{Name: "caller", Value: "metrics.go:81"},
{Name: logqlmodel.ErrorLabel, Value: errJSON},
{Name: logqlmodel.ErrorDetailsLabel, Value: "expecting json object(6), but it is not"},
{Name: logqlmodel.ErrorDetailsLabel, Value: "Value looks like object, but can't find closing '}' symbol"},
},
{
{Name: "namespace", Value: "prod"},

Loading…
Cancel
Save