Skip to content

Commit

Permalink
fix test that checks all notificationtarget fields
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Mar 18, 2024
1 parent aa10f09 commit af88d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/NotificationTargetKnowbaseItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ public function testgetDataForNotifKnowbaseItem()
'id' => $ntarget->fields['id'],
'items_id' => $group->fields['id'],
'type' => Notification::GROUP_TYPE,
'notifications_id' => $kbnotif['id']
'notifications_id' => $kbnotif['id'],
'is_exclusion' => 0,
]
);
}
Expand Down

0 comments on commit af88d40

Please sign in to comment.