Skip to content

Commit

Permalink
Adapt TestEscalation to changed default notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Feb 21, 2022
1 parent 1df262a commit 88daf5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ public void test220Reject() throws Exception {
displayCollection("notifications - work items", notifications);
for (Message notification : notifications) {
assertContains(notification, "Reason: Automatic rejection at deadline (timed action)");
assertContains(notification, "Result: REJECTED");
assertContains(notification, "Result: Rejected");
}
}

Expand Down

0 comments on commit 88daf5b

Please sign in to comment.