Skip to content

Commit

Permalink
change dns test
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed May 28, 2024
1 parent 8557029 commit cff208e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class SystemDnsTest extends BaseTest {
public void testDnsLookup() {
SystemDns dns = new SystemDns(5);
try {
List<IDnsNetworkAddress> result = dns.lookup("upload.qiniup.com");
List<IDnsNetworkAddress> result = dns.lookup("uplog.qbox.me");
assertTrue("testDnsLookup fail:", result != null && result.size() > 0);
} catch (UnknownHostException e) {
e.printStackTrace();
Expand Down

0 comments on commit cff208e

Please sign in to comment.