Fixed PMD issue

This commit is contained in:
Timo Bejan 2024-09-25 13:55:14 +03:00
parent 7ef3897067
commit be6cc1d523

View File

@ -79,6 +79,7 @@ public class LiquibaseTenantInitIntegrationTest extends BasicIntegrationTest {
// when find succeeds tenant was created
break;
} catch (Exception e) {
log.debug("Waiting for liquibase to be ready");
// continue
}
} while (iteration < 15);