mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 01:46:26 +00:00
fix tests. (#18519)
This commit is contained in:
parent
01f146025a
commit
ca1c3be026
@ -543,8 +543,6 @@ public class OpenMetadataOperations implements Callable<Integer> {
|
||||
String user = dataSourceFactory.getUser();
|
||||
String password = dataSourceFactory.getPassword();
|
||||
LOG.info("JDBC URL: {}", jdbcUrl);
|
||||
LOG.info("User: {}", user);
|
||||
LOG.info("Password: {}", password);
|
||||
assert user != null && password != null;
|
||||
|
||||
String flywayRootPath = config.getMigrationConfiguration().getFlywayPath();
|
||||
|
Loading…
x
Reference in New Issue
Block a user