Commit 85b606b7 by Torkel Ödegaard

fix(test): fix for failing unit test

parent 5302d3bb
......@@ -86,8 +86,8 @@ define([
dashboard.rows = [{ panels: [panel] }];
dashboard.duplicatePanel(panel, dashboard.rows[0]);
expect(dashboard.rows[0].panels[1].repeat).to.be(null);
expect(dashboard.rows[0].panels[1].scopedVars.test).to.be(undefined);
expect(dashboard.rows[0].panels[1].repeat).to.be(undefined);
expect(dashboard.rows[0].panels[1].scopedVars).to.be(undefined);
});
});
......
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