update grafana/gafana-plugin-sdk-go dependency, and adjusted code accordingly (#113922)

* update dependencies

* query: stop handling _timeRange

* fixed unit test
This commit is contained in:
Gábor Farkas
2025-11-19 12:44:13 +01:00
committed by GitHub
parent 9dd68dbbcc
commit fc18c9315e
13 changed files with 171 additions and 90 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ func TestParseQueriesIntoQueryDataRequest(t *testing.T) {
"maxDataPoints": 10,
"queryType": "foo",
"refId": "Z",
"_timeRange": {
"timeRange": {
"from": "100",
"to": "200"
}