fixed testUpdateAlarmCommentViaCustomer test
This commit is contained in:
parent
87b48e5516
commit
0363c603e1
@ -136,7 +136,7 @@ public class AlarmCommentControllerTest extends AbstractControllerTest {
|
|||||||
Assert.assertEquals("true", updatedAlarmComment.getComment().get("edited").asText());
|
Assert.assertEquals("true", updatedAlarmComment.getComment().get("edited").asText());
|
||||||
Assert.assertNotNull(updatedAlarmComment.getComment().get("editedOn"));
|
Assert.assertNotNull(updatedAlarmComment.getComment().get("editedOn"));
|
||||||
|
|
||||||
testLogEntityActionEntityEqClass(alarm, alarm.getId(), tenantId, customerId, customerUserId, CUSTOMER_USER_EMAIL, ActionType.UPDATED_COMMENT, 1, savedComment);
|
testLogEntityActionEntityEqClass(alarm, alarm.getId(), tenantId, customerId, customerUserId, CUSTOMER_USER_EMAIL, ActionType.UPDATED_COMMENT, 1, updatedAlarmComment);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user