Commit feedf48e by Ivana Huckova Committed by GitHub

Tests: Fix runRequest test (#19711)

parent 8b064fc1
......@@ -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: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment