Skip to content

Commit

Permalink
fix(js): test (#6275)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiswaViraj authored Aug 7, 2024
1 parent fa84dfa commit 9c1e03c
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ const mockedPreferencesResponse: any = [
{ level: PreferenceLevelEnum.GLOBAL, ...mockedGlobalPreferences.preference },
{
level: PreferenceLevelEnum.TEMPLATE,
workflow: mockedWorkflowPreference.template,
workflow: {
critical: undefined,
id: undefined,
name: undefined,
tags: undefined,
triggers: undefined,
},
...mockedWorkflowPreference.preference,
},
];
Expand Down

0 comments on commit 9c1e03c

Please sign in to comment.