fix_bug: test transactional EntityView add TreadSleep

This commit is contained in:
nickAS21 2022-10-01 09:33:44 +03:00
parent 456ada0cd0
commit e13c238f91

View File

@ -815,6 +815,7 @@ public abstract class BaseEntityViewControllerTest extends AbstractControllerTes
@Test
public void testDeleteEntityViewExceptionWithRelationsTransactional() throws Exception {
Thread.sleep(1000);
EntityViewId entityViewId = getNewSavedEntityView("EntityView for Test WithRelations Transactional Exception").getId();
testEntityDaoWithRelationsTransactionalException(entityViewDao, tenantId, entityViewId, "/api/entityView/" + entityViewId);
}