This commit is contained in:
zyyang 2021-01-26 14:50:59 +08:00
parent 6942ddcf4f
commit 542dd5d495
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class TSDBDatabaseMetaDataTest {
@Test
public void getURL() throws SQLException {
Assert.assertEquals("jdbc:TAOS://localhost:6030/?user=root&password=taosdata", metaData.getURL());
Assert.assertEquals("jdbc:TAOS://" + host + ":6030/?user=root&password=taosdata", metaData.getURL());
}
@Test