Fix spec fixtures
This commit is contained in:
parent
ea5e7ce6ba
commit
40a7681d45
3 changed files with 5 additions and 18 deletions
|
@ -187,6 +187,7 @@ describe('automationMethodsMixin', () => {
|
|||
filter_operator: 'equal_to',
|
||||
values: '',
|
||||
query_operator: 'and',
|
||||
custom_attribute_type: '',
|
||||
},
|
||||
];
|
||||
const genericConditionModel = [
|
||||
|
@ -195,6 +196,7 @@ describe('automationMethodsMixin', () => {
|
|||
filter_operator: 'equal_to',
|
||||
values: '',
|
||||
query_operator: 'and',
|
||||
custom_attribute_type: '',
|
||||
},
|
||||
];
|
||||
expect(helpers.getDefaultConditions('message_created')).toEqual(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue