fix: failed specs
This commit is contained in:
parent
1c9458b823
commit
c67e18e9e9
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ describe('automationMethodsMixin', () => {
|
||||||
it('getDefaultActions returns the resp default action model', () => {
|
it('getDefaultActions returns the resp default action model', () => {
|
||||||
const genericActionModel = [
|
const genericActionModel = [
|
||||||
{
|
{
|
||||||
action_name: 'assign_team',
|
action_name: 'assign_agent',
|
||||||
action_params: [],
|
action_params: [],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue