fix tests. (#18519)

This commit is contained in:
Siddhant 2024-11-06 11:37:38 +05:30 committed by Siddhanttimeline
parent 01f146025a
commit ca1c3be026

View File

@ -543,8 +543,6 @@ public class OpenMetadataOperations implements Callable<Integer> {
String user = dataSourceFactory.getUser(); String user = dataSourceFactory.getUser();
String password = dataSourceFactory.getPassword(); String password = dataSourceFactory.getPassword();
LOG.info("JDBC URL: {}", jdbcUrl); LOG.info("JDBC URL: {}", jdbcUrl);
LOG.info("User: {}", user);
LOG.info("Password: {}", password);
assert user != null && password != null; assert user != null && password != null;
String flywayRootPath = config.getMigrationConfiguration().getFlywayPath(); String flywayRootPath = config.getMigrationConfiguration().getFlywayPath();