mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
Use String.format properly
This commit is contained in:
parent
c198970217
commit
c3f3a976f8
@ -492,7 +492,7 @@ public class MigrationUtil {
|
||||
.getDao()
|
||||
.insert("nameHash", newExecutableTestSuite, newExecutableTestSuite.getFullyQualifiedName());
|
||||
} catch (Exception ex) {
|
||||
LOG.warn("TestSuite %s exists".format(nativeTestSuiteFqn));
|
||||
LOG.warn(String.format("TestSuite %s exists", nativeTestSuiteFqn));
|
||||
}
|
||||
// add relationship between executable TestSuite with Table
|
||||
testSuiteRepository.addRelationship(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user