fix tests

This commit is contained in:
Alexander Zobnin
2017-12-16 15:17:55 +03:00
parent f23d9c80ba
commit 33f71d49a3
2 changed files with 4 additions and 4 deletions

View File

@@ -104,8 +104,8 @@ describe('Triggers Panel schema migration', () => {
customLastChangeFormat: false,
lastChangeFormat: "",
triggerSeverity: DEFAULT_SEVERITY,
okEventColor: 'rgba(0, 245, 153, 0.45)',
ackEventColor: 'rgba(0, 0, 0, 0)'
okEventColor: 'rgb(56, 189, 113)',
ackEventColor: 'rgb(56, 219, 156)'
};
expect(updatedPanelCtrl.panel).toEqual(expected);

View File

@@ -104,8 +104,8 @@ describe('Triggers Panel schema migration', () => {
customLastChangeFormat: false,
lastChangeFormat: "",
triggerSeverity: DEFAULT_SEVERITY,
okEventColor: 'rgba(0, 245, 153, 0.45)',
ackEventColor: 'rgba(0, 0, 0, 0)'
okEventColor: 'rgb(56, 189, 113)',
ackEventColor: 'rgb(56, 219, 156)'
};
expect(updatedPanelCtrl.panel).toEqual(expected);