remove the clean up of the audit to check if the test is failing

This commit is contained in:
rodicasutu
2021-03-16 14:51:13 +02:00
parent 7eaaaa75a7
commit 84bc67c939

View File

@@ -81,7 +81,7 @@ public class AuditLoginEventsTests extends BaseRMRestTest
@Test @Test
public void filterByLoginSuccessful() throws Exception public void filterByLoginSuccessful() throws Exception
{ {
rmAuditService.clearAuditLog(); //rmAuditService.clearAuditLog();
restClient.authenticateUser(getAdminUser()); restClient.authenticateUser(getAdminUser());
restClient.withCoreAPI().getSites(); restClient.withCoreAPI().getSites();