mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 12:32:11 +08:00
loki: Fix adding refId to rowId (#53932)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user