mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tests: Fix runRequest test (#19711)
This commit is contained in:
parent
8b064fc141
commit
feedf48e90
@ -26,8 +26,8 @@ class ScenarioCtx {
|
||||
this.results = [];
|
||||
this.request = {
|
||||
range: {
|
||||
from: this.toStartTime,
|
||||
to: this.fromStartTime,
|
||||
from: this.fromStartTime,
|
||||
to: this.toStartTime,
|
||||
raw: { from: '1h', to: 'now' },
|
||||
},
|
||||
targets: [
|
||||
|
Loading…
Reference in New Issue
Block a user