fix: failed specs

This commit is contained in:
iamsivin 2022-12-26 09:54:25 +05:30
parent 1c9458b823
commit c67e18e9e9

View file

@ -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: [],
}, },
]; ];