Commit e676a72f authored by Ryan Cobb's avatar Ryan Cobb

Add changelog entry and modify spec

parent 20285cf3
---
title: Allow defining of metric step in dashboard yml
merge_request: 28247
author:
type: added
......@@ -597,13 +597,13 @@ describe('Monitoring store actions', () => {
describe('with metric defined step', () => {
beforeEach(() => {
metric.step = 10;
metric.step = 7;
});
const expectedParams = {
start_time: '2019-08-06T12:40:02.184Z',
end_time: '2019-08-06T20:40:02.184Z',
step: 10,
step: 7,
};
it('uses metric step', done => {
......
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