loki: Fix adding refId to rowId (#53932)

This commit is contained in:
Gábor Farkas
2022-08-22 13:09:33 +02:00
committed by GitHub
parent 895616a231
commit 395e443932
5 changed files with 37 additions and 38 deletions

View File

@ -66,11 +66,10 @@ func TestAdjustFrame(t *testing.T) {
}),
)
frame.RefID = "A"
query := &lokiQuery{
Expr: `{type="important"}`,
QueryType: QueryTypeRange,
RefID: "A",
}
err := adjustFrame(frame, query)