Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachThinking committed Jan 23, 2025
1 parent b882539 commit a873a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public ConnectionTestResult test(@NonNull ConnectionConfig config) {
return new ConnectionTestResult(result, null);
}
if (Objects.nonNull(type) && type.isODPSharding()) {
return new ConnectionTestResult(result, type);
return new ConnectionTestResult(result, null);
}
ConnectType connectType = ConnectTypeUtil.getConnectType(
connectionExtensionPoint.generateJdbcUrl(jdbcUrlProperties),
Expand Down

0 comments on commit a873a62

Please sign in to comment.