зеркало из https://github.com/mozilla/normandy.git
Fix JS tests
This commit is contained in:
Родитель
0bff830d93
Коммит
d7baf23568
|
@ -10,6 +10,17 @@ export const INITIAL_STATE = {
|
|||
|
||||
export const RECIPE = {
|
||||
id: 1,
|
||||
action: {
|
||||
id: 1,
|
||||
name: 'test-action',
|
||||
},
|
||||
latest_revision: {
|
||||
id: '9f86d081',
|
||||
recipe: {
|
||||
id: 1,
|
||||
},
|
||||
},
|
||||
approved_revision: null,
|
||||
};
|
||||
|
||||
export const FILTERS = {
|
||||
|
|
|
@ -10,5 +10,9 @@ export const REVISION = {
|
|||
id: '9f86d081',
|
||||
recipe: {
|
||||
id: 1,
|
||||
action: {
|
||||
id: 1,
|
||||
name: 'test-action',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче