@Test
public void issueSYNCOPE192() throws Exception {
// 1. create suitable notification for subsequent tests
Notification notification = new Notification();
notification.addEvent("[REST]:[UserController]:[]:[create]:[SUCCESS]");
notification.setUserAbout(SyncopeClient.getUserSearchConditionBuilder().hasRoles(7L).query());
notification.setRecipients(SyncopeClient.getUserSearchConditionBuilder().hasRoles(8L).query());
notification.setSelfAsRecipient(true);
notification.setRecipientAttrName("email");