Skip to content

Commit c53a24f

Browse files
committed
fix ci test
1 parent 8468ec7 commit c53a24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/jdbc/library/src/test/java/io/opentelemetry/instrumentation/jdbc/internal/JdbcConnectionUrlParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ static Stream<Arguments> args(ParseTestArgument... testArguments) {
13851385
"mysql:loadbalance://host:3306", // with port but no slash
13861386
"mariadb:failover://[::1]:3306" // IPv6 without slash
13871387
})
1388-
void testMySQLUrlsWithoutSlashDoNotThrowException(String url) {
1388+
void testMysqlUrlsWithoutSlashDoNotThrowException(String url) {
13891389
assertThatCode(() -> MYSQL.doParse(url, DEFAULT.toBuilder().system("mysql")))
13901390
.doesNotThrowAnyException();
13911391
}

0 commit comments

Comments
 (0)